Skip to main content

Deleting a location

DELETE /v2/agendas/{agendaUID}/locations/{locationUID}

In brief

  • agendaUID is the unique identifier of the agenda where the location is referenced, locationUID is 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 location key

Deletion using an external identifier

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

Go here to learn more about external identifiers.