POST
/
entities
/
asset
/
{asset_id}
/
event
/
charge-now-deleted
curl --request POST \
  --url https://api-sandbox.axle.energy/entities/asset/{asset_id}/event/charge-now-deleted \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
"<any>"

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

asset_id
string
required

Body

application/json · object

Request model for charge-now-deleted events.

This is an empty request model to allow for future updates.

Response

200
application/json

Charge now deleted event successfully processed

The response is of type any.