Skip to main content
DELETE
/
v3
/
chargers
/
{charger}
Delete Charger
curl --request DELETE \
  --url https://app.plugchoice.com/api/v3/chargers/{charger} \
  --header 'Authorization: Bearer <token>'
Deletes the specified charger. Returns a 204 No Content response on success.
charger
string
required
The UUID of the charger to delete.