Release Borrowed Device

Release a single borrowed device if the requesting manager has access permissions to it.

  • URL: /api/v1/devices/{id}/borrow_release/

  • Method: POST

circle-info

This endpoint releases a borrowed device. The requesting manager must have the necessary access permissions for the device.

Success Response

  • Code: 200 OK

Response (application/json)
{
    "device_id": 1124,
    "license_id": 1623736794797049,
    "borrowed_until": null,
    "max_borrow_time": 2
}

Was this helpful?