cURL
curl --request DELETE \ --url https://api.traxes.io/connect/v1/entities/{entityId}/nominal-power \ --header 'Authorization: Bearer <token>'
{ "errors": [ { "code": "<string>", "description": "<string>", "message": "<string>" } ] }
Deletes the nominal power from the Entity
Access Token Authentication
The id of the Entity
No Content
Was this page helpful?