cURL
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.
Removes the disaggregator from the collection of disaggregators that are set up for the Entity
Access Token Authentication
The id of the Entity
The disaggregator
The body is of type object.
object
No Content
Was this page helpful?