cURL
curl --request DELETE \ --url https://api.example.com/api/partners/v2.0/org/{org_id}/users/{user_id}/electric-vehicles/{electric_vehicle_id}/charge-policy/override/{override_id} \ --header 'Authorization: Bearer <token>'
{ "metadata": { "query": { "org_id": "<string>", "from_dt": "2023-11-07T05:31:56Z", "to_dt": "2023-11-07T05:31:56Z", "price_zone": "<string>" }, "error": "<unknown>" }, "data": [ { "timestamp": "2023-11-07T05:31:56Z", "price": 123 } ] }
The access token received from the authorization server in the OAuth 2.0 flow.
The org ID that the user belongs to
The user ID of the user whom the electric vehicle belongs to
The ID of the electric vehicle
The ID of the specific override to delete
OK
Show child attributes
Was this page helpful?