Deleting an event
Standard method
DELETE /v2/agendas/{agendaUID}/events/{eventUID}
In brief
agendaUIDis the unique identifier of the agenda where the event is referenced,eventUIDis its unique identifier- A write authentication via access token is required
- The response contains the values associated with the deleted event under an
eventkey
Two scenarios exist:
- The agenda is the origin agenda of the event: the event is deleted if it was contributed on the agenda.
- 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.