API Reference
Live docs
Delete an asset by its Axle UUID.
The asset will be deleted if it exists. Returns a confirmation message upon successful deletion.
cURL
curl --request DELETE \ --url https://api-sandbox.axle.energy/entities/asset/{asset_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
The access token received from the authorization server in the OAuth 2.0 flow.
Asset successfully deleted
Was this page helpful?