Skip to main content

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

Path Parameters

    guid uuidrequired

    The guid of the Event.

Responses

Event deleted. This returns an empty response.

Loading...