Releases a device from a license product feature.
URL: /api/v1/license-product-features/{id}/release_device/ Method: POST
/api/v1/license-product-features/{id}/release_device/
POST
Path parameters:
id — ID of the license product feature.
id
{ "device":"device_id" }
Success Response
Code: 200 OK
200 OK
{ "detail": "Device released." }
Was this helpful?