Clear local notifications?

Is there any way to clear local notification, or to destroy them after some period of time?

You can do this with clear(notificationId), https://ionicframework.com/docs/native/local-notifications/#clear

or to destroy them after some period of time?

Create a timer function and call the clear function

this.localNotification.clearAll();

//clears all local notification