Last updated 4 months ago
Delete a specific document from a vector store.
/vector-stores/{vector-store-id}/documents/{document-id}/
The ID of the vector store.
The ID of the document.
The API key for authentication.
curl -L \ --request DELETE \ --url 'https://api.rememberizer.ai/api/v1/vector-stores/{vector-store-id}/documents/{document-id}/' \ --header 'x-api-key: text'
No body