DELETE
/
api
/
v3
/
sites
/
{site_uuid}
curl --request DELETE \
  --url https://cloud.volttime.com/api/v3/sites/{site_uuid} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Site deleted successfully",
  "deleted": true
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

site_uuid
string
required

Response

200 - application/json

Site deleted successfully

The response is of type object.