---
title: "Clear a charging profile for a given charge point"
method: POST
path: "/api/v1/charge-points/{chargePointIdentity}/clear-charging-profile"
tags: ["Charge Points"]
---

# Clear a charging profile for a given charge point

`POST /api/v1/charge-points/{chargePointIdentity}/clear-charging-profile`

Required scope: `charging-profiles:write`</br></br>**Note:** Please be aware that this endpoint is currently in the BETA phase and its response structure may change in the future.</br></br>**Availability:** This endpoint is not available by default. It must be explicitly enabled for your operator account upon request. Please contact your Monta Business Partner to request access to this feature.

## Path parameters

- `chargePointIdentity` string, required

## Request body

- ClearChargingProfile
  - `id` integer, nullable — The id of the charge point profile.
  - `connectorId` integer, nullable — The connector id to clear the profile for.
  - `chargingProfilePurpose` string, nullable — The charging profile purpose type.

## Response `200`

Confirmation that the action was executed

- ClearChargingProfileConfirmation
  - `status` string, required — The status of the clear charging profile request.

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/versions/517e18f11015/schema)
