Form to delete Users from User Table

What is the simplest way to create a form to delete users from the user table?
I have a business subscription so an API call could be an option.
If its with the API, how do I do it?

Is there a reason you don’t just use the delete action? You have to approve those?


How do i configure it to do that?

I can be as simple as creating a button on the detail screen for the record you want to delete, and set the action on that button to “Delete Row”. Don’t try to do it through a form, because a form is meant for adding rows.

2 Likes

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