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

    Function deleteProjectChat

    • Delete a chat from a project

      Parameters

      • projectId: string

        The unique identifier of the project

      • chatId: string

        The unique identifier of the chat to delete

      Returns Promise<void>

      void

      401 - Not authenticated

      404 - Project or chat not found

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

      await deleteProjectChat("project-123", "chat-456");