Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Knowledge base file deleted successfully
The response is of type object.
curl --request DELETE \
--url https://prod.featherhq.com/api/v1/knowledge-base/file/{id} \
--header 'Authorization: Bearer <token>'{}curl --request DELETE \
--url https://prod.featherhq.com/api/v1/knowledge-base/file/{id} \
--header 'Authorization: Bearer <token>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Knowledge base file deleted successfully
The response is of type object.