In App notification expire
Did novu support to mark app notification expire based on some conditions like if notification is not marked read and seen and 30 days old.
const { novu } = require('@novu/node'); // Ensure you have the appropriate import
await novu.messages.deleteById("messageId"); // Replace "messageId" with the actual ID