メインコンテンツへスキップ
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.

承認

Authorization
string
header
必須

Access token obtained from the authentication flow

パスパラメータ

id
string
必須

The ID of the authenticator to delete

レスポンス

Authenticator deleted successfully