Reset License

Resets a single license, if requesting manager has access permissions to it.

circle-exclamation

Endpoint

Method: POST

URL: /api/v1/licenses/{id}/reset/

Success Response

Code: 200 OK

Content Example

Response (application/json)
{
    "message": "License and all devices reset."
}

Was this helpful?