Who can delete records?
You can delete a single record or multiple records or all records in a view, directly from the Zoho Creator GUI. Refer the topic Zoho Creator User Guide > Access the application > Delete Records.
You can delete records dynamically from the Zoho Creator database using Deluge Scripting. The Delete Record task in Deluge Scripting is used to dynamically delete existing records from a form, based on the specified criteria and is triggered by form and field actions.
Zoho Creator APIs allow client applications to programatically delete records in a Zoho Creator application. You can use the following methods to delete your records.