API Reference
Live docs
Delete an existing site by its UUID.
The site will only be deleted if it has no associated assets or other objects. Returns a confirmation message upon successful deletion.
cURL
curl --request DELETE \ --url https://api-sandbox.axle.energy/entities/site/{site_id} \ --header 'Authorization: Bearer <token>'
{}
The access token received from the authorization server in the OAuth 2.0 flow.
Site successfully deleted
Was this page helpful?