# Remove an event host Completely remove a registered event host from the system. The host will no longer be able to list events, sell tickets, book advertising, 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. Endpoint: DELETE /hosts/{host} Version: 3.0.0 Security: SessionKey ## Path parameters: - `host` (integer, required) Unique identifier of the requested host ## Response 200 fields (application/json): - `message` (string) Reason for the given response. ## Response 403 fields (application/json): - `message` (string) Reason for the given response.