> ## 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.

# Clear Charging Profile

Sends a ClearChargingProfile command to the charger. All parameters are optional filters -- if none are provided, all charging profiles are cleared.

<ParamField path="charger" type="string" required>
  The UUID of the charger.
</ParamField>

<ParamField body="id" type="integer">
  The ID of the charging profile to clear.
</ParamField>

<ParamField body="connector_id" type="integer">
  The connector ID to clear profiles for. Must be 0 or greater.
</ParamField>

<ParamField body="charging_profile_purpose" type="string">
  Filter by purpose. One of `ChargePointMaxProfile`, `TxDefaultProfile`, or `TxProfile`.
</ParamField>

<ParamField body="stack_level" type="integer">
  Filter by stack level. Must be 0 or greater.
</ParamField>

## Response

<ResponseField name="status" type="string">
  The response status from the charger (e.g., `Accepted`, `Unknown`).
</ResponseField>
