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

Authorizations

Authorization
string
header
required

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

Path Parameters

site_id
string<uuid>
required

Response

Site successfully deleted