DELETE
/
v1
/
entities
/
{entityId}
/
battery-capacity
Delete the battery capacity of an Entity
curl --request DELETE \
  --url https://prd.der-connect.eliagroup.eu/api/v1/entities/{entityId}/battery-capacity \
  --header 'Authorization: Bearer <token>'
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

Response

204

No Content