---
title: "Delete Transcript"
method: DELETE
path: "/interactions/{id}/transcripts/{transcriptId}"
tags: ["Transcripts"]
---

# Delete Transcript

`DELETE /interactions/{id}/transcripts/{transcriptId}`

Deletes a specific transcript associated with an interaction.

## Path parameters

- `id` string, uuid, required
- `transcriptId` string, uuid, required

## Headers

- `Tenant-Name` string, required — Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.

## Response `204`

## Other responses

- `400` — RFC9457
- `401` — RFC9457
- `403` — RFC9457
- `500` — RFC9457
- `504` — RFC9457

---

[API](https://skmtc.net/corti/apis/admin-api.md) · [All operations](https://skmtc.net/corti/apis/admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/corti/admin-api/revisions/5d1895a1b3fc/schema)
