cURL
curl --request PATCH \ --url https://prd.der-connect.eliagroup.eu/api/v1/entities/{entityId}/commands/{commandId} \ --header 'Authorization: Bearer <token>'
{ "entityId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "Canceled", "triggerTime": "2023-11-07T05:31:56Z", "type": "Disconnect", "value": "<string>", "error": { "title": "<string>", "description": "<string>" }, "verification": { "status": "Pending", "completedAt": "2023-11-07T05:31:56Z", "error": { "title": "<string>", "description": "<string>" } } }
Cancels a specific Commmand and returns that Command with the updated status.
Access Token Authentication
The id of the Entity
The id of the Command
OK
A command.
Was this page helpful?