Skip to main content
DELETE
/
api
/
v3
/
sites
/
{site_uuid}
/
chargers
/
{charger}
Remove charger from site
curl --request DELETE \
  --url https://cloud.volttime.com/api/v3/sites/{site_uuid}/chargers/{charger} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

site_uuid
string
required
charger
string
required

The charger.

Response

204 - application/json

Charger removed from site successfully

The response is of type object.

I