cURL
curl --request DELETE \ --url https://api.anam.ai/v1/knowledge/documents/{id} \ --header 'Authorization: Bearer <token>'
Delete a document from a RAG group
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the knowledge document
Successfully deleted document
Was this page helpful?