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?
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.
