API Reference
Delete a conversation
Delete a stored conversation.
DELETE
/chat/conversations/{conversation_id}admin, userRequires the admin or user role. 503 if Postgres is unreachable.
Path parameters
conversation_idstringrequiredThe conversation to delete.
Responses
200Deleted
json
{ "message": "Conversation deleted", "conversation_id": "b0dc2159-..." }404Unknown conversation
json
{ "detail": "conversation not found" }