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
application/json
Request Body required
ChargingProfile body follows the OCPP standards profile structure.
socketId int32
chargingProfileId int32 nullable
stackLevel int32
chargingProfilePurpose string
Responses
- 200
- 400
Clear charging profile request sent successfully
text/plain
Schema
Schema
string
Errors in the input parameters or charger is offline
text/plain
Schema
Schema
string
Loading...