DELETE
/
api
/
v2
/
teams
/
{team_id}
/
sites
/
{site_id}
/
chargers
/
{id}
curl --request DELETE \
  --url https://cloud.volttime.com/api/v2/teams/{team_id}/sites/{site_id}/chargers/{id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

team_id
integer
required

The ID of the team.

site_id
integer
required

The ID of the site.

id
integer
required

The ID of the charger.

Response

200 - application/json
Charger detached successfully

The response is of type object.