@cpod/sdk - v0.2.7
    Preparing search index...

    Function deleteNotification

    • Delete a single notification by ID

      Parameters

      • notificationId: string

        The unique identifier of the notification to delete

      Returns Promise<SimpleResponse>

      Confirmation of deletion

      401 - Not authenticated

      404 - Notification not found

      import { deleteNotification } from "@cpod/sdk";

      await deleteNotification("notification-123");
      console.log("Notification deleted");