DELETE
/
interactions
/
{id}
/
documents
/
{documentId}
curl --request DELETE \
  --url https://api.{environment}.corti.app/v2/interactions/{id}/documents/{documentId} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

Input your token

Headers

Tenant-Name
string

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

Example:

"copiloteu"

Path Parameters

id
string
required

The interaction ID representing the context for the request. Must be a valid UUID.

documentId
string
required

The document ID representing the context for the request. Must be a valid UUID.