Authentication API
cURL
curl --request DELETE \ --url https://{yourDomain}/mfa/authenticators/{id} \ --header 'Authorization: Bearer <token>'
{ "error": "invalid_request", "error_description": "The request is missing a required parameter", "error_uri": "<string>" }
Delete a specific MFA authenticator from the user’s account. Users must have at least one authenticator remaining or MFA will be disabled.
Authentication: Requires a valid access token with MFA permissions.
Access token obtained from the authentication flow
The ID of the authenticator to delete
Authenticator deleted successfully
Was this page helpful?