Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://prod.featherhq.com/api/v1/knowledge-base/files/bulk-delete \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "fileIds": [ "<string>" ] } '
{ "total": 123, "successful": 123, "failed": 123, "results": [ { "fileId": "<string>", "success": true, "error": "<string>" } ] }
Delete multiple knowledge base files at once (max 100)
Knowledge base file IDs (max 100, unique)
1 - 100
Bulk delete results
Show child attributes