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>"
}
'