v1
latestOpenAPI 3.0.12026-07-243686491.1 MBCharge 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
Example request
{
"id": 1,
"connectorId": 1
}Response
Confirmation that the action was executed
Example response
{
"status": "Accepted"
}