BlogLog InRequest Demo
HomeProductDevelopersSelf-HostingChangelog
HomeProductDevelopersSelf-HostingChangelog
  • Getting Started
    • Overview
  • Workflows SDK
    • Introduction
    • Installation
    • Core Concepts
    • Defining Control Flow
    • Configuration
    • Custom Docker Images
  • Client SDK
    • Introduction
    • Authentication
    • API Versioning
LogoLogo
BlogLog InRequest Demo
Client SDKDocuments

Destroy

Beta
DELETE
https://documents.vellum.ai/v1/documents/:id
DELETE
/v1/documents/:id
1curl -X DELETE https://documents.vellum.ai/v1/documents/id \
2 -H "X-API-KEY: <apiKey>"
Try it
Delete a Document, keying off of either its Vellum-generated ID or its external ID.
Was this page helpful?
Previous

List Test Cases

Next
Built with

Authentication

X-API-KEYstring
API Key authentication via header

Path parameters

idstringRequiredformat: "^[^/]+$"

Headers

X-API-VersionstringOptional
List Test Cases

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