Delete KB documents

post

/ic/api/integration/v1/projects/{projectId}/ai/knowledgeBases/{id}/kbDocs/delete

Batch/filtered KB docs delete API. Use POST /{id}/kbDocs/delete, deleteType=ALL|EXACT|WILDCARD, filter as JSON for non-ALL. Returns 204 for success.

Request

Path Parameters
Query Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Generic JSON node
Back to Top

Response

Supported Media Types

200 Response

deleteKbDocs 200 response
Body ()
Root Schema : Object
Type: object

204 Response

Successful operation

400 Response

Malformed parameters

500 Response

Server error
Back to Top