Request Account Delete
The Request Account Delete feature in Twinr allows you to open account delete request form.
Account Delete feature must be enabled to use this JS Bridge.
Weβve provided the JavaScript function twinr_request_account_delete()
to make it easy for you to initiate the account deletion process.
To allow users to request their account delete from within the app, simply call the twinr_request_account_delete()
function in your websiteβs JavaScript.
You can integrate this function into your appβs settings page or profile section, where users typically manage their account details. For example, when a user clicks on a βDelete My Accountβ button, the twinr_request_account_delete() function can be triggered to initiate the process. For example:
Last updated