Events
Cancel triggered event
Using a previously generated transactionId during the event trigger, will cancel any active or pending workflows. This is useful to cancel active digests, delays etc…
DELETE
/
v1
/
events
/
trigger
/
{transactionId}
Enter your API key in the Authorization
field like the example shown below:
E.g ApiKey 18d2e625f05d80e
If
false
value is returned in response, it means that event has already been completed its execution or cancelled before. Already completed event can not be cancelled. If true
value is returned in response, then it means that event execution has been cancelled successfully. Any digest or delay step with pending exection will also be cancelled.Authorizations
Authorization
string
headerrequiredAPI key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
Path Parameters
transactionId
string
requiredResponse
200 - application/json
data
boolean
requiredWas this page helpful?