Deleting No-Longer-Relevant Push Notifications by Transaction
TLDR: is there a delivered API or approach for removing PUSH notifications if the underlying transaction is no longer relevant?
Example:
- User A sent a Push notification to perform an action on transaction 100
- User B cancels transaction 100, so that the notification in 1 isn't relevant anymore
The BusinessProcess Workflow/Notification Framework provides an API to cancel transactions. It doesn't look like the PTPN_PUBLISH package has anything like that.
Since I know all of the keys of the table could I just delete the message from PSPTPN_MSG_TBL?