Skip to main content
DELETE
/
v1
/
location
/
{uuid}
Delete a location
curl --request DELETE \
  --url https://app.variable.global/api/v1/location/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "message": "token expired"
}
Requires permission:

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uuid
string
required

A location's uuid or syncId.

Response

No Content — the location was deleted.