Skip to main content
DELETE
/
entities
/
asset
/
{asset_id}
Delete Asset
curl --request DELETE \
  --url https://api-sandbox.axle.energy/entities/asset/{asset_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.axle.energy/llms.txt

Use this file to discover all available pages before exploring further.

Use this endpoint when a device is physically removed from a site — for example, when a charger is decommissioned, replaced, or uninstalled.
If a customer is opting out of the service, do not use this endpoint. Call unenrol instead or in some specific situations use Offboard site and assets

Authorizations

Authorization
string
header
required

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

Path Parameters

asset_id
string<uuid>
required

Response

Asset successfully deleted