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>"
}ChargePointMaxProfile, TxDefaultProfile, or TxProfile.Accepted, Unknown).