# Remove an event section Remove a section from an event. Only sections for which there are no ticket sales or active reservations can be deleted. If tickets have been sold, the section can no longer be deleted, but its associated event can be cancelled or unpublished as necessary. Endpoint: DELETE /events/{event}/sections/{section} Version: 3.0.0 Security: SessionKey ## Path parameters: - `event` (integer, required) Unique identifier of the requested event - `section` (integer, required) Unique identifier of the requested event section ## Response 200 fields (application/json): - `message` (string) Reason for the given response. ## Response 403 fields (application/json): - `message` (string) Reason for the given response. ## Response 409 fields (application/json): - `message` (string) Reason for the given response.