cURL
curl --request DELETE \ --url https://api.traxes.io/connect/v1/entities/{entityId}/disaggregators \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "disaggregator": "Sandy" } '
{ "errors": [ { "code": "<string>", "description": "<string>", "message": "<string>" } ] }
Removes the disaggregator from the collection of disaggregators that are set up for the Entity
Access Token Authentication
The id of the Entity
A request to modify the disaggregators of an Entity
Sandy
No Content
Was this page helpful?