Skip to main content
DELETE
/
workflows
/
{id}
/
chat
/
messages
Clear chat conversation history
curl --request DELETE \
  --url http://localhost:5173/api/flowdrop/workflows/{id}/chat/messages \
  --header 'Authorization: Bearer <token>'
{
  "success": false,
  "error": "Resource not found",
  "code": "NOT_FOUND"
}

Authorizations

Authorization
string
header
required

JWT token for authentication

Path Parameters

id
string
required

Workflow ID

Response

Conversation history cleared successfully