Delete user action doesn't actually delete the user?

Database & APIs

I implemeted the delete user action in my app and followed the instructions in the Doc but when I test the action it doesn't work (if I try to login with the same details I just "deleted" it logs me back in )

I am sure there is probably something I am missing - any help is really much appreciated ๐Ÿ™

What have you tried so far?
  • Identify the collection from which you want to delete the user's data and ensure the Delete rule is set to Tagged Users. This will open the 'Tag Users' popup; here you can select the field that contains the document reference.

  • Tick the (

    ) checkbox.

  • Click the Deploy button.

Did you check FlutterFlow's Documentation for this topic?
Yes