Skip to main content
DELETE
/
v3
/
sites
/
{site}
/
chargers
/
{charger}
Remove Charger
curl --request DELETE \
  --url https://app.plugchoice.com/api/v3/sites/{site}/chargers/{charger} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "team_uuid": "<string>"
}
'
Detaches a charger from the specified location. Returns a 204 No Content response on success.
site
string
required
The UUID of the location.
charger
string
required
The UUID of the charger.
team_uuid
string
The UUID of the team to reassign the charger to after detaching. Must be a valid UUID.