Authorizations
See the documentation for more information.
curl --request DELETE \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid} \
--header 'Authorization: Bearer <token>'
{
"message": "Site deleted successfully",
"deleted": true
}
See the documentation for more information.
Was this page helpful?
curl --request DELETE \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid} \
--header 'Authorization: Bearer <token>'
{
"message": "Site deleted successfully",
"deleted": true
}