Delete a chat from a project
The unique identifier of the project
The unique identifier of the chat to delete
void
401 - Not authenticated
404 - Project or chat not found
import { deleteProjectChat } from "@cpod/sdk";await deleteProjectChat("project-123", "chat-456"); Copy
import { deleteProjectChat } from "@cpod/sdk";await deleteProjectChat("project-123", "chat-456");
Delete a chat from a project