How to remove a universal login custom prompt?

We are testing out the custom partial prompts feature in new universal login:

Added a prompt to an incorrect entry point but cannot figure out how to remove the prompt?

There is no delete for the prompts management api
https://auth0.com/docs/api/management/v2/prompts/get-prompts

Another question, is there anyway to detect in the login-id prompt on wether a passwordless connection or a database connection is selected?

Or does this have to be passed as a custom query parameter e.g. ext-connection?

Hi @mhautala,

If you need to remove the changes you made to a prompt, you can do so by passing in an empty object. This will reset all the changes.

Unfortunately, it won’t be possible to determine if the login is from a password or database connection.

Let me know how this goes for you.

Thanks,
Rueben

1 Like

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