DELETE
/
api
/
v1
/
knowledge-base
/
collection
/
{collectionId}
/
file
/
{fileId}
/
remove
Remove file from collection
curl --request DELETE \
  --url https://prod.featherhq.com/api/v1/knowledge-base/collection/{collectionId}/file/{fileId}/remove \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

Path Parameters

collectionId
string
required
fileId
string
required

Response

200
application/json

Knowledge base file deleted successfully

The response is of type object.