Remove chargers from a location
x-ms-visibility: "important"
Removes specified chargers from a location.
Path Parameters
integrationId string required
Integration ID
locationId string required
Location ID
application/json
Request Body required
List of charger IDs to remove
chargerIds string[]
Responses
- 200
- 400
- 401
Chargers removed from location
application/json
Schema
Example (from schema)
Schema
chargerIds string[]
{
"chargerIds": [
"string"
]
}
Validation error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorized.
Loading...