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>"
}
'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 aDocumentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
204 No Content response on success.