Document Indexes

Destroy

Beta
DEL
Used to delete a Document Index given its ID.

Path parameters

idstringRequired
A UUID string identifying this document index.
DEL
1curl -X DELETE https://api.vellum.ai/v1/document-indexes/id \
2 -H "X_API_KEY: <apiKey>"