Skip to main content
DELETE
/
v1
/
orchestrate
/
knowledge-bases
/
{id}
/
documents
Delete Some Ingested Documents From A Knowledge-Base
curl --request DELETE \
  --url https://{api_endpoint}/api/v1/orchestrate/knowledge-bases/{id}/documents \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '[
  "<string>"
]'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json

Response

Successful Response