cURL
curl --request DELETE \ --url https://api.{environment}.corti.app/v2/interactions/{id}/transcripts/{transcriptId} \ --header 'Authorization: Bearer <token>' \ --header 'Tenant-Name: <tenant-name>'
This response has no body data.
Deletes a specific transcript associated with an interaction.
Input your token
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
"copiloteu"
The unique identifier of the interaction. Must be a valid UUID.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
The unique identifier of the transcript. Must be a valid UUID.
Was this page helpful?