Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Access Manager
cURL
curl --request DELETE \ --url https://identity.sandbox.lerian.net/v1/users/{id}/mfa \ --header 'Authorization: Bearer <token>'
204
Use this endpoint to disable MFA for a user. This removes all active MFA methods and recovery codes.
The authorization token in the 'Bearer ' format.
The unique identifier of the user you want to retrieve.
If the request is successful, you will receive an empty response.
Was this page helpful?