Discussions
DELETE endpoint not working
10 months ago by ai
i am working with the knowledge api, so what i did i created a knowledge, i added document to the knowledge this works
i even tried the get document of that knowledge and i can see my document
the problem is when i try to delete a document from the knowledge it gives me:
{
"kind": "BadRequestError",
"description": "Document not found"
}
I double checked the ids they are correct and the status of the docs are done, i can delete a whole knowledge the problem is when deleting the documents from the knowledge