Deleting a location
DELETE /v2/agendas/{agendaUID}/locations/{locationUID}
In brief
agendaUIDis the unique identifier of the agenda where the location is referenced,locationUIDis the unique identifier of the location- Write authentication via access token is required
- The response contains the values associated with the deleted location under a
locationkey
Deletion using an external identifier
DELETE /v2/agendas/{agendaUID}/locations/ext/{key}/{value}
Go here to learn more about external identifiers.