Clearing notifications not working for OS 17

My application requires me to clear all the notifications from the notification centre after a certain time duration.

I have tried using a combination of removeAllDeliveredNotifications & removeAllPendingNotificationRequests and they work fine up until OS 17.

So then I tried using removeDeliveredNotificationsWithIdentifiers & removePendingNotificationRequestsWithIdentifiers to check if it works consistently for all OS, but they hasn't worked either.

Is there any other way to clear the notifications consistently for all OS?