POST

Bulk Cancel Event


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.
Endpoint
POST
https://www.wixapis.com/automations/v1/events/bulk-cancel

Body Params
triggerKeystringRequiredminLength 1maxLength 100

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


externalEntityIdsArray <string>Requiredformat GUIDminItems 1maxItems 100

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

Response Object
triggerKeystringminLength 1maxLength 100

Trigger key related to the canceled event.


resultsArray <BulkCancelEventResult>

List of results for each item in the bulk cancel event request.


bulkActionMetadataBulkActionMetadata

Metadata for the overall bulk action, including success and failure counts.

Errors

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

Did this help?