cURL
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" } '
{}
See the documentation for more information.
The charger.
Must be a valid UUID.
"6ff8f7f6-1eb3-3525-be4a-3932c805afed"
Charger removed from site successfully
The response is of type object.
object
Was this page helpful?