Deleting only certain Push Device Tokens
In my use case, we are using Novu to send Push Notifications to mobile app users. Some users will have multiple mobile devices but will use the same subscriber id in the novu database. To prevent them from getting notifications if they've signed out on from the app only on that device, I need to delete only the token for that device which they've signed out on. How can I do this? It seems that the delete subscriber credentials api deletes all the push tokens from that provider. I need to refine it to just delete one device token for a provider. Hope that makes sense, thanks in advance.