DELETE
/
v1
/
entities
/
{entityId}
/
locations
/
{locationId}
Delete a Location for an Entity
curl --request DELETE \
  --url https://prd.der-connect.eliagroup.eu/api/v1/entities/{entityId}/locations/{locationId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

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

204

No Content