Stop charging on the EV charger identified by the given UUID.
cURL
curl --request POST \ --url https://api.example.com/api/partners/v2.0/org/{org_id}/users/{user_id}/wallboxes/{wallbox_id}/stop_charging \ --header 'Authorization: Bearer <token>'
{}
The access token received from the authorization server in the OAuth 2.0 flow.
The organization ID
The user ID whom the wallbox belongs to
The EV charger (wallbox) UUID
No Content
Was this page helpful?