Submission Deleted


Notes:

Note: The Form Submission API only works with the Wix Forms app. Call GetAppInstance to confirm that the app named wix_forms is installed on the site.


Triggered when a submission is deleted.

Permissions
Read Submissions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: SubmissionDeletedEnvelope): void | Promise<void>

Did this help?