curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/actions/clear-charging-profile \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"connector_id": 123,
"charging_profile_purpose": "<string>",
"stack_level": 123
}
'{
"status": "<string>"
}curl --request POST \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/actions/clear-charging-profile \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"connector_id": 123,
"charging_profile_purpose": "<string>",
"stack_level": 123
}
'{
"status": "<string>"
}Sends a ClearChargingProfile command to the charger. All parameters are optional filters — if none are provided, all charging profiles are cleared.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.
ChargePointMaxProfile, TxDefaultProfile, or TxProfile.Accepted, Unknown).