Skip to main content

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

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    userExtId stringrequired

    External ID of the user.

    Example: user-123
    extId stringrequired

    External ID of the mobile authentication credential.

    Example: mauth-123

Responses

Mobile authentication credential deleted successfully

Loading...