curl --request DELETE \
--url https://documents.absconsulting.com/v1/vector_stores/{vector_store_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"object": "<string>",
"deleted": true
}Delete a vector store.
This endpoint has a rate limit of 60 requests per user per minute.
curl --request DELETE \
--url https://documents.absconsulting.com/v1/vector_stores/{vector_store_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"object": "<string>",
"deleted": true
}Bearer token for authentication
The ID of the vector store.
Was this page helpful?