Skip to main content
DELETE
/
v1
/
entities
/
{entityId}
/
locations
/
{locationId}
Delete a Location for an Entity
curl --request DELETE \
  --url https://api.traxes.io/connect/v1/entities/{entityId}/locations/{locationId} \
  --header 'Authorization: Bearer <token>'
{
  "errors": [
    {
      "code": "<string>",
      "description": "<string>",
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Access Token Authentication

Path Parameters

entityId
string<uuid>
required

The id of the Entity

locationId
string<uuid>
required

The id of the location

Response

No Content