Remove (dismiss) the device authentication set
DELETE/api/management/v2/devauth/devices/:id/auth/:aid
Removes the device authentication set. Removing 'accepted' authentication set is equivalent to rejecting device and removing authentication set. If there is only one authentication set for the device and the device is 'preauthorized' then the device will also be deleted.
Request
Responses
- 204
- 404
- 500
- 503
Device authentication set deleted.
Not Found.
Internal Server Error.
Service is unavailable.