cURL
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>" } ] }
Delete a Location for a given Entity
Access Token Authentication
The id of the Entity
The id of the location
No Content
Was this page helpful?