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>"
}

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