Skip to main content
API

Clear a charging profile from the charger

x-ms-visibility: "important"

Send a clear charging profile request to the charger. Details need to be added in the body according to OCPP standard.

Path Parameters
    chargerId string required

    This is globally an unique ID for the charger

Request Body required

ChargingProfile body follows the OCPP standards profile structure.

    socketId int32
    chargingProfileId int32 nullable
    stackLevel int32
    chargingProfilePurpose string
Responses

Clear charging profile request sent successfully


Schema

    string

Loading...