cURL
curl --request DELETE \ --url https://api.novu.co/v1/events/trigger/{transactionId}
{ "data": true }
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…
The response is of type object.
object
Was this page helpful?