Remove a registered device (end-user)
DELETE/nevisadapt/api/user-device/:deviceId
Deletes the device with the given ID from the authenticated user's account.
Request
Path Parameters
deviceId int64required
ID of the device to delete
Responses
- 204
- 401
- 403
Device deleted
Missing or invalid bearer token
Insufficient permissions or device not owned by caller
Loading...