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"
}
circle-check

Was this helpful?