Skip to main content

Deleting an event

Standard method

DELETE /v2/agendas/{agendaUID}/events/{eventUID}

In brief

  • agendaUID is the unique identifier of the agenda where the event is referenced, eventUID is its unique identifier
  • A write authentication via access token is required
  • The response contains the values associated with the deleted event under an event key

Two scenarios exist:

  1. The agenda is the origin agenda of the event: the event is deleted if it was contributed on the agenda.
  2. The agenda is not the origin agenda, the event was added by sharing or aggregation: it is then simply removed.

Deletion by external identifier

DELETE /v2/agendas/{agendaUID}/events/ext/{key}/{value}

Go here to learn more about external identifiers.