DELETE
/
v1
/
entities
/
{entityId}
/
locations
/
{locationId}
curl --request DELETE \
  --url https://platform.realto.io/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
required

The id of the Entity

locationId
string
required

The id of the location

Response

204
_mintlify/placeholder

No Content