Delete a specific EventDate
DELETE/eventdate/:guid
Delete a specific EventDate.
Note this is not a soft delete but will actually delete data, which cannot be reinstated.
Request​
Responses​
- 204
- 403
- 404
- 409
- 500
EventDate deleted.
Unauthorized. You do not have permission to delete EventDates of the Company.
EventDate not found.
Deleting an EventDate that has already sold Ticket Types is not possible.
Internal server error. Deleting the EventDate failed.