Is it possible to remove a single remotenotification from NotifcationServices?

I’ve been working with Unity’s NotificationServices recently, and it seems the only option we’re given to remove a remotenotification is to call ClearRemoteNotifications. The issue is this clears all the remotenotifications, even though I only want to clear the one the user clicked on.

I was wondering if it is possible to do such a thing?

Was wondering if anyone ever had to do this?