Skip to main content
import { Novu } from '@novu/node';

const novu = new Novu("<NOVU_API_KEY>");

await novu.events.cancel("transactionId");
{ 
  data: true
}