Delete a document
DELETE/auth/document/:id
Deletes a specific document, its associated file from blob storage, and its embeddings from the vector store.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Success - Document deleted successfully.
ID is required
Unauthorized Access
You do not have permission to delete the document
Document not found
Internal Server Error