Delete chargers in location

View as Markdown
Delete multiple charger deployments under the selected location.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

location_idstringRequired
Internal location identifier returned by the location CRUD API.

Query parameters

charger_idslist of stringsRequired
Internal charger deployment ids to delete from the selected location. Repeat the query parameter to target multiple chargers.

Response

Location chargers deleted
deleted_countinteger
failed_countinteger
deletedlist of strings
failedlist of objects

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error