Skip to main content
DELETE
/
v1
/
entities
/
{entityId}
/
heated-area
Delete the heated area of an Entity
curl --request DELETE \
  --url https://api.traxes.io/connect/v1/entities/{entityId}/heated-area \
  --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

Response

No Content