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