Skip to main content
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, use PATCH /v1/lexi/conversations/{id} with archived: true instead.

Path Parameters

string
required
Conversation UUID to delete.

Headers

string
Optional UUID. Repeated DELETEs with the same key return the same result without erroring.

Response

On success returns HTTP 204 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