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