Skip to main content
DELETE
/
v1
/
entities
/
{entityId}
/
disaggregators
Delete a disaggregator of an Entity
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"
}'
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

application/json

A request to modify the disaggregators of an Entity

disaggregator
enum<string>
Available options:
Sandy

Response

No Content