Skip to content

Remove an event venue

Request

Completely remove an event venue from the system. A venue can only be deleted if no events are or have been staged there.

Security
SessionKey(Required scopes: administrator)
Path
venueintegerrequired

Unique identifier of the requested event venue

curl -i -X DELETE \
  'https://docs.ticketingevents.com/_mock/openapi/venues/{venue}' \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

The event venue was successfully removed from the system.

Bodyapplication/json
messagestring

Reason for the given response.

Response
{ "message": "venue: /venues/17722058266303, has been deleted." }