dokkaiv0.1.0
API Reference

Delete a conversation

Delete a stored conversation.

DELETE/chat/conversations/{conversation_id}admin, user

Requires the admin or user role. 503 if Postgres is unreachable.

Path parameters

conversation_idstringrequired
The conversation to delete.

Responses

200Deleted
json
{ "message": "Conversation deleted", "conversation_id": "b0dc2159-..." }
404Unknown conversation
json
{ "detail": "conversation not found" }