bulkCancelEvent( )


Bulk cancels any remaining actions for a trigger and external entities.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Your App
Read site, business, and email details
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
triggerKeystringRequired

Trigger key whose events you want to cancel. For example, form_submitted or invoice_due.


externalEntityIdsArray<string>Required

Repeated list of external_entity_id, representing the related resources' IDs.

Returns
Return Type:Promise<BulkCancelEventResponse>
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?