I am trying to delete an authenticator and when I hit the endpoint /mfa/authenticators with an HTTP DELETE method using a MFA token received with the following claims,
“scope”: “remove:authenticators”
“audience”: `https://MY_DOMAIN/mfa/"
I get the following error,
{
“error”: “invalid_grant”,
“error_description”: “The mfa_token provided is invalid. Try getting a new token.”
}