How delete all activity feed items from Production env ?
Because Im stupid Ive did all my test in Production mode so a lot of
in-app
and pushs
notification was send. How can I delete all of them ? (currently notifications are not in my production build so users dont gonna see it)3 Replies
@loup
activity feed items can not be deleted
although you can delete messages (notifications) generated using either
- delete a single message by messageId
- delete multiple/single messages associated with transactionId
Novu
Delete messages by transactionId - Novu
Deletes messages entity from the Novu platform using TransactionId of message
Ive to delete them but even if the api response is good
201
, they stay in in-app
notification idk why