Skip to main content
DELETE
/
api
/
v3
/
sites
/
{site_uuid}
/
chargers
/
{charger}
Detach charger
curl --request DELETE \
  --url https://app.plugchoice.com/api/v3/sites/{site_uuid}/chargers/{charger} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "team_uuid": "6ff8f7f6-1eb3-3525-be4a-3932c805afed"
}
'
{}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

site_uuid
string
required
charger
string
required

The charger.

Body

application/json
team_uuid
string | null

Must be a valid UUID.

Example:

"6ff8f7f6-1eb3-3525-be4a-3932c805afed"

Response

204 - application/json
object | null

Charger removed from site successfully

The response is of type object.