v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Charge Points

Clear a charging profile for a given charge point

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.

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

Path parameters

chargePointIdentitystring required

Request body

idinteger nullable

The id of the charge point profile.

connectorIdinteger nullable

The connector id to clear the profile for.

chargingProfilePurposestring nullable

The charging profile purpose type.

Example request

{
  "id": 1,
  "connectorId": 1
}

Response

Confirmation that the action was executed

statusstring required

The status of the clear charging profile request.

Example response

{
  "status": "Accepted"
}