v13

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-012612103.2 KB
Events

Delete an event

Permanently deletes an event. The authenticated user must have permission to edit the event.

delete/events/{id}

Path parameters

idstring required

The encoded ID of the event

Response

Event deleted successfully

Example response

{
  "data": {
    "message": "Event deleted successfully"
  }
}