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}

Authorization

Authorization<token>

API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".

In: header

Path Parameters

transactionIdRequiredstring

Header Parameters

idempotency-keystring

A header for idempotency purposes

curl -X DELETE "https://api.novu.co/v1/events/trigger/<string>" \
  -H "idempotency-key: <string>" \
  -H "Authorization: <token>"

{
  "data": true
}