# Remove a category Completely remove an event category from the system. A category can only be deleted if it is not associated with any events. Endpoint: DELETE /categories/{category} Version: 3.0.0 Security: SessionKey ## Path parameters: - `category` (integer, required) Unique identifier of the requested event category ## Response 200 fields (application/json): - `message` (string) Reason for the given response. ## Response 409 fields (application/json): - `message` (string) Reason for the given response.