Hookdeck · Arazzo Workflow
Hookdeck Cancel a Pending Event
Version 1.0.0
Find a queued event for a connection, inspect it, then cancel its delivery.
View Spec
View on GitHub
WebhooksEvent GatewaysGatewaysEventsEvent InfrastructureEvent-DrivenMessagingQueuesRetriesTransformationsObservabilityArazzoWorkflows
Provider
Workflows
cancel-pending-event
Locate a queued event and cancel its delivery.
Lists queued events for a connection, branches when none exist, reads the first queued event, and cancels it.
1
listQueuedEvents
getEvents
List events in the QUEUED state for the connection, most recent first.
2
readEvent
getEvent
Retrieve the queued event to confirm its status before cancelling it.
3
cancelEvent
cancelEvent
Cancel the pending event so no further delivery attempt is made. Only events in QUEUED, SCHEDULED, or HOLD status can be cancelled.