Skip to main content
DELETE
/
v3
/
chargers
/
{charger}
/
service
/
mute
Unmute Charger
curl --request DELETE \
  --url https://app.plugchoice.com/api/v3/chargers/{charger}/service/mute \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Documentation Index

Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt

Use this file to discover all available pages before exploring further.

Removes the mute from a charger, re-enabling service alert creation.
charger
string
required
The UUID of the charger.

Response

ok
boolean
true if the operation succeeded.