unassignDeviceType

Removes association between device type and user.

Request

HTTP Request

DELETE /user/{id}/devicetype/{deviceTypeId}

Parameters

Parameter NameRequiredTypeDescription
idYesintegerUser identifier.
deviceTypeIdYesintegerDevice type identifier.

Authorization

Access JSON Web Token (ManageUser)

Request Body

In the request body, supply the empty object.

Response

If successful, this method returns an empty response body.