Delete chargers in location
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_id
Internal location identifier returned by the location CRUD API.
Query parameters
charger_ids
Internal charger deployment ids to delete from the selected location. Repeat the query parameter to target multiple chargers.
Response
Location chargers deleted
deleted_count
failed_count
deleted
failed
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error