Is there an API to bulk-delete messages?
E.g. if i have a list of 10 messages I want to delete
8 Replies
Hi @rajat5885 We have not publically exposed that API
but you can use
removeAllMessages()
function of useNotifications
hook in react
Update React Notification Center npm package @novu/notification-center
to 0.16.2
versionis there away to remove all notifications with a specific payload?
@rajat5885, you just advanced to level 2!
for example remove all notifications that have { metadata: { state: expired } } in their payload
No, we only added feedId support
can a feature request be created for either of these?
Yeah
!feature