Skip to content

Remove an event host

Request

Completely remove a registered event host from the system. The host will no longer be able to list or promote events, sell tickets, or request add-on services through TickeTing. Any existing events listed under the removed host account will still be active in the system, and any tickets sold will remain valid.

Security
SessionKey(Required scopes: customeradministrator)
Path
hostintegerrequired

Unique identifier of the requested host

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

Responses

The event host was successfully removed from the system.

Bodyapplication/json
messagestring

Reason for the given response.

Response
{ "message": "host: /hosts/17724935637423, has been deleted." }