Chat
Deactivate documents in a chat
Exclude the given documents from the chat's retrieval context.
post/chats/{chat_id}/inactive-documents
Path parameters
chat_idinteger required
Query parameters
cookie_namestring nullable
Response
Successful Response
Example response
[
{
"creator_user_id": 1,
"created_at": "2026-06-23T12:00:00Z",
"chat_id": 1,
"document_id": 1
}
]