Delete a mobile authentication credential
DELETE/nevisidm/api/core/v1/:clientExtId/users/:userExtId/mauths/:extId
Since: 2.77.0
Required permission(s): AccessControl.CredentialDelete or SelfAdmin Role
Deletes the mobile authentication credential identified by its external ID, belonging to the specified user.
Deleting a mobile authentication credential also removes all associated FIDO UAF credentials that share the same device identifier. This effectively deregisters the user's mobile device from the system.
In self-admin mode, the user can delete their own mobile authentication credential without requiring a JWT token.
Request
Responses
- 204
- 403
- 404
Mobile authentication credential deleted successfully
Insufficient permissions
Referenced resource not found