Skip to main content
DELETE
/
sites
/
{id}
Delete site
curl --request DELETE \
  --url https://app.azalt.co/api/v1/sites/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Query Parameters

cascade
boolean
default:false

Response

Successful response

id
string
required