bulkCancelEvent( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

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
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>
Did this help?