cURL
curl --request DELETE \ --url http://localhost/api/v1/orchestrate/knowledge-bases/{id}/documents \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '[ "<string>" ]'
"<any>"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type string[].
string[]
Successful Response
The response is of type any.
any