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