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.

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>
Was this helpful?
Yes
No