Delete a single notification by ID
The unique identifier of the notification to delete
Confirmation of deletion
401 - Not authenticated
404 - Notification not found
import { deleteNotification } from "@cpod/sdk";await deleteNotification("notification-123");console.log("Notification deleted"); Copy
import { deleteNotification } from "@cpod/sdk";await deleteNotification("notification-123");console.log("Notification deleted");
Delete a single notification by ID