Delete a specific Event
DELETE/event/:guid
Soft deletes a specific Event. This also detaches all Ticket Types of this Event from all Shops.
Note, reinstating an Event will not reattach Ticket Types to Shops, this can only be done manually.
Request
Responses
- 204
- 403
- 404
- 409
- 500
Event deleted.
Unauthorized. You do not have permission to delete Events of the Company.
Event not found.
Deleting an Event that has already sold Ticket Types is not possible.
Internal server error. Deleting the Event or detaching the Ticket Types failed.