Delete Lexi Conversation
Lexi AI
Delete Lexi Conversation
Permanently delete a Lexi conversation and its message history
DELETE
Delete Lexi Conversation
Request
Deleting a conversation is irreversible. The conversation row and all of its messages and tool-invocation records are removed. If you merely want to hide a conversation from the sidebar, usePATCH /v1/lexi/conversations/{id} with archived: true instead.
Path Parameters
Conversation UUID to delete.
Headers
Optional UUID. Repeated DELETEs with the same key return the same result without erroring.
Response
On success returns HTTP204 No Content with an empty body. The response still carries X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID headers for observability.
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing write:ai permission |
| 404 | not_found | Conversation not found |
| 429 | rate_limited | Rate limit exceeded |