Remove an expert from a chat
The unique identifier of the chat
Request with expert ID to remove
The updated chat object
401 - Not authenticated
404 - Chat or expert not found
import { removeExpertFromChat } from "@cpod/sdk";const chat = await removeExpertFromChat("chat-123", { expert_id: "expert-456",}); Copy
import { removeExpertFromChat } from "@cpod/sdk";const chat = await removeExpertFromChat("chat-123", { expert_id: "expert-456",});
Remove an expert from a chat