For the complete documentation index, see llms.txt. This page is also available as Markdown.

Release Device From License Product Feature

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.

Request body (JSON)
{
    "device":"device_id"
}

Was this helpful?