latestOpenAPI 3.1.12026-08-108026304.2 KB

7b222e8ec91c

Event series

Delete an event series

Delete event series and its associated events. This action is irreversible. The event series and its events will be permanently removed.

delete/v1/event_series/{event_series_id}

Path parameters

event_series_idstring required

The unique identifier for event series

Response

Successfully deleted the given event series and its events

idstring

ID of the deleted event series

objectstring
deletedstring

Delete operation successful

Example response

{
  "id": "es_123",
  "object": "event_series"
}