Skip to main content
DELETE
/
sites
/
{siteId}
Delete a Site
curl --request DELETE \
  --url https://api.altostrat.io/sites/{siteId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Authenticate requests by providing a JSON Web Token (JWT) in the Authorization header. Example: Authorization: Bearer <YOUR_JWT>

Path Parameters

siteId
string<uuid>
required

The UUID of the site to delete.

Response

The site was successfully scheduled for deletion.