Delete Provision Request Permissions

There is no out-of-the-box support for delete. To enable delete, set the enableDeleteUserAccount key value to true on the application Debug page.

Copy
<entry key="enableDeleteUserAccount">
   <value>
       <Boolean>true</Boolean>
    </value>
</entry>