Account Link Extension uninstall does not remove Rules(legacy) box from Login flow

I tried to use Account Link Extension on my auth0 account. I noticed it actually adds Rules(Legacy) widget in Login action flow. Since it was throwing exception about request module not available I tried to revert assuming this is deprecated extension.
Event after removing the account-link-application, and disabling custom login and uninstalling extension I am not able to remove the Rules (legacy) box from the Login flow.
Is it a UI/UX bug or its actually cannot be removed and I’ll be blocked trying other action flows?

Hi @rchavda

Welcome back to the Auth0 Community!

I’m sorry for the inconvenience about the user UI. I will talk with the team about what we can do to clarify it for the other users.

Delete this rule via Management API or Auth0 CLI as a workaround.

  1. Management API
    By Calling this endpoint Auth0 Management API v2 with the appropriate Rule ID, you can permanently delete it, which will remove it from the flow as well.

  2. Auth0 CLI
    Using Auth0 CLI, you can connect via the terminal to your tenant settings and remove rules.

Both of these options will produce the same outcome.

I hope this will help you.

Thanks
Dawid

1 Like

Hey there!

As this topic is related to Rules - Hooks - Actions and Rules & Hooks are being deprecated soon I’m excited to let you know about our next Ask me Anything session in the Forum on Thursday, January 18 with the Rules, Hooks and Actions team on Rules & Hooks and why Actions matter! Submit your questions in the thread above and our esteemed product experts will provide written answers on January 18. Find out more about Rules & Hooks and why Actions matter! Can’t wait to see you there!

Learn more here!

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