When deleting authenticator it says mfa token is invalid

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.”
}

Hi @abhayathapa ,

Welcome to the Auth0 Community!

To delete the enrollments, you can use this endpoint.

I could delete it with DELETE /api/v2/guardian/enrollments/:id successfully. Could you please give it a try?

Thanks!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.