Skip to main content
DELETE
/
documents
/
templates
/
{templateID}
/
versions
/
{versionID}
cURL
curl --request DELETE \
  --url https://api.{environment}.corti.app/v2/documents/templates/{templateID}/versions/{versionID} \
  --header 'Authorization: Bearer <token>' \
  --header 'Tenant-Name: <tenant-name>'
{
  "requestid": "<string>",
  "status": 123,
  "type": "<string>",
  "detail": "<string>",
  "validationErrors": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.corti.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Input your token

Headers

Tenant-Name
string
required

Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.

Example:

"base"

Path Parameters

templateID
string<uuid>
required
versionID
string<uuid>
required

Response

No Content