Is there any way in Knack to allow a logged-user to delete their own account? If so, how?
Never had this scenario before so not checked but try adding a table that displays the Accounts object and only show records connected to the logged in user. You can then add a delete link to the table.
Be aware that deleting an account may leave orphan records wherever it has been connected throughout your application.
That works. Thank you.
Great, thanks for circling back.
Could you mark as solved
please.