Passer au contenu principal
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://auth0-feat-ionic-capacitor-quickstart-modernization.mintlify.app/llms.txt

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

Autorisations

Authorization
string
header
requis

Access token obtained from the authentication flow

Paramètres de chemin

id
string
requis

The ID of the authenticator to delete

Réponse

Authenticator deleted successfully