Support for Delete All Authenticators in Auth0 SDK for .NET

Hi,

I’m looking for the equivalent of api/management/v2/users/delete-authenticators in the Auth0 SDK for .NET.
If this is not implemented, Should I open an Issue in the appropriate GH repo?

Thanks!

Hi @asabalza-crawco

Welcome to the Auth0 Community!

In order to call the api/management/v2/users/delete-authenticators endpoint, you can create an API in your Auth0 tenant to be used for this purpose. It will need to have the delete:guardian_enrollments Scopes to perform the call to the Management API, with the User’s ID as the required parameter.

You can setup a .NET application that uses the API, or alternatively, a M2M ( Machine-to-Machine application), which should work for your use-case.

Hope this helped!
Gerald