# Remove an event venue Completely remove an event venue from the system. A venue can only be deleted if no events are or have been staged there. Endpoint: DELETE /venues/{venue} Version: 3.0.0 Security: SessionKey ## Path parameters: - `venue` (integer, required) Unique identifier of the requested event venue ## Response 200 fields (application/json): - `message` (string) Reason for the given response. ## Response 409 fields (application/json): - `message` (string) Reason for the given response.