--- title: "Clear chat conversation history" description: "Clear the conversation history for a workflow's chat session.\nThis resets the chat context, starting a fresh conversation.\n" source: https://flowdrop.io/docs/api/chat/clearChatHistory site: FlowDrop documentation --- # Clear chat conversation history `DELETE /workflows/{id}/chat/messages` Clear the conversation history for a workflow's chat session. This resets the chat context, starting a fresh conversation. ## Parameters - `id` · in path · string · required — Workflow ID ## Responses - `204` — Conversation history cleared successfully - `404` — Resource not found (`application/json`: ErrorResponse) - `500` — Internal server error (`application/json`: ErrorResponse) *Tags: Chat*