Reset Device

Reset a single device if the requesting manager has access permissions to it.

circle-info

Ensure the requesting manager has the appropriate access permissions to the device before calling this endpoint.

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

Method: POST

Success Response

Code: 200 OK

Response (application/json)
{
    "message": "Device reset and license updated."
}

Was this helpful?