DELETE
/
interactions
/
{id}
/
transcripts
/
{transcriptId}
curl --request DELETE \
  --url https://api.{environment}.corti.app/v2/interactions/{id}/transcripts/{transcriptId}
{}

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 unique identifier of the interaction to which the transcript belongs.

transcriptId
string
required

The unique identifier of the transcript to delete.

Response

204
application/json

The response is of type object.