Skip to main content
DELETE

Delete Event

Soft-deletes an event. The event is hidden from the dashboard, its public page, and the List Events endpoint. The underlying record is kept, so the id stays reserved and historical reporting is unaffected. Only the primary host organization can delete an event. An event your organization merely co-hosts is not visible to your key and returns 404. Deleting does not refund tickets or notify attendees — cancel the event from the dashboard first if attendees must be told or refunded. Deleting an event that is already deleted returns 200 again; the call is idempotent. Requires the events:write scope.

Path Parameters

string
required
The unique identifier of the event.

Response

Returns 200 OK with:

Errors

  • 404 Event not found — the event does not exist, or is not owned by your organization (including events you co-host).
  • 403 insufficient_scope — the API key does not have events:write.