DELETE
/
v1
/
entities
/
{entityId}
/
disaggregators
Delete a disaggregator of an Entity
curl --request DELETE \
  --url https://prd.der-connect.eliagroup.eu/api/v1/entities/{entityId}/disaggregators \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "disaggregator": "Sandy"
}'
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

Body

The disaggregator

The body is of type object.

Response

204

No Content