v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-25173140700.7 KB
Chat

Reactivate documents in a chat

Re-include previously deactivated documents in the chat's retrieval context.

delete/chats/{chat_id}/inactive-documents

Path parameters

chat_idinteger required

Query parameters

cookie_namestring nullable

Response

Successful Response

countinteger required

Number of rows affected.

idsinteger[] required

IDs that were targeted by the operation.

Example response

{
  "count": 3,
  "ids": [
    1,
    2,
    3
  ]
}