Skip to content

Remove a supported region

Request

Completely remove a supported region from the system. A region can only be deleted if it has no venues associated to it.

Security
SessionKey(Required scopes: administrator)
Path
regionintegerrequired

Unique identifier of the requested region

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

Responses

The suported region was successfully removed from the system.

Bodyapplication/json
messagestring

Reason for the given response.

Response
{ "message": "Region: /regions/159428147942752, has been deleted." }