Archive multiple notifications
Array of notification IDs to archive
Confirmation of archive operation
401 - Not authenticated
import { archiveNotifications } from "@cpod/sdk";await archiveNotifications([ "notification-1", "notification-2", "notification-3",]); Copy
import { archiveNotifications } from "@cpod/sdk";await archiveNotifications([ "notification-1", "notification-2", "notification-3",]);
Archive multiple notifications