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)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/hosts/{host}
- QA Serverhttps://qa.ticketingevents.com/v3/hosts/{host}
- Production Serverhttps://api.ticketingevents.com/v3/hosts/{host}
curl -i -X DELETE \
'https://docs.ticketingevents.com/_mock/openapi/hosts/{host}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
{ "message": "host: /hosts/17724935637423, has been deleted." }