Remove a device from a specific user account (admin)
DELETE/nevisadapt/api/admin/user-device/:deviceId/:userId
Remove a device from a specific user account (admin)
Request
Path Parameters
deviceId int64required
ID of the device to delete
userId int64required
ID of the user who owns the device
Responses
- 204
- 401
- 403
Device deleted
Missing or invalid bearer token
Insufficient permissions
Loading...