Sites
Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Licenses
Chargers > Proxy
Chargers > Settings
Meters > Chargee
Products
Providers
Sites > Chargers
Sites > Connectors
Sites > Invite
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Sites
Delete a site
DELETE
/
api
/
v3
/
sites
/
{site_uuid}
Copy
curl --request DELETE \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid} \
--header 'Authorization: Bearer <token>'
Copy
{
"message": "Site deleted successfully",
"deleted": true
}
Authorizations
See the documentation for more information.
Path Parameters
Response
200 - application/json
Site deleted successfully
The response is of type object
.
Was this page helpful?
Copy
curl --request DELETE \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid} \
--header 'Authorization: Bearer <token>'
Copy
{
"message": "Site deleted successfully",
"deleted": true
}
Assistant
Responses are generated using AI and may contain mistakes.