Last updated 1 month ago
Delete a specific document from a vector store.
The ID of the vector store.
The ID of the document.
Document deleted successfully.
const response = await fetch('https://api.rememberizer.ai/api/v1/vector-stores/{vector-store-id}/documents/{document-id}/', { method: 'DELETE', headers: { "x-api-key": "text" }, }); const data = await response.json();