Disables a connector so it cannot be used
curl --request POST \ --url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/commands/disable \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "connector_id": 123 }'
The id of the team
The id of the charger
{ "message": "Accepted" }
Was this page helpful?