User delete account

how can i add an option for users to delete their account? i read that it is needed for app store approval

1 Like

You can use webhook workflow or manual workflow to delete a user and related data on demand. Call that webhook with the user in the body.

1 Like

Or if you want to do it manually, add a contact form, and when you receive a request, from the Glide builder, in settings → data, there is an option to delete user data.

1 Like

Also consider all user data not stored in your tables.

3 Likes

Thank you for your reply, by any chance is there a youtube video explaining what you mean? I am kinda new to glider and I don’t know a lot about it yet

1 Like

Yea i am ok with all user specific data getting deleted but most important thing is to enable users to delete their account because its in the guideline for apple store publish

1 Like