Skip to main content
DELETE
https://{yourDomain}
/
mfa
/
authenticators
/
{id}
Delete MFA Authenticator
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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Access token obtained from the authentication flow

Path Parameters

id
string
required

The ID of the authenticator to delete

Response

Authenticator deleted successfully