Documents

Destroy

DEL
Delete a Document, keying off of either its Vellum-generated ID or its external ID.

Path parameters

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