Clear charging profile
x-ms-visibility: "important"
Clears the charging profile for the specified charger.
Path Parameters
chargerId string required
Unique identifier of the charger where the charging profile is to be cleared.
application/json
Request Body
Details for clearing the charging profile.
socketId int32
chargingProfileId int32 nullable
stackLevel int32
chargingProfilePurpose string
Responses
- 200
- 400
- 401
The charging profile was successfully cleared.
application/json
Schema
Example (from schema)
Schema
chargerId string
socketId int32
status string
{
"chargerId": "string",
"socketId": 0,
"status": "string"
}
Details of the validation error.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User is not authorized.
Loading...