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

承認

Authorization
string
header
必須

Access token obtained from the authentication flow

パスパラメータ

id
string
必須

The ID of the authenticator to delete

レスポンス

Authenticator deleted successfully