---
title: "transcript/:id"
method: DELETE
path: "/transcript/{transcriptId}"
tags: ["transcript"]
---

# transcript/:id

`DELETE /transcript/{transcriptId}`

Delete a transcript

## Path parameters

- `transcriptId` string, required

## Response `200`

200

- object
  - `transcriptId` string — A unique, opaque ID for this object. You can use this ID in API calls, and in paginated list operations.
  - `domainId` string — The ID of the domain [domain](/reference/rest-api/domain).
  - `roomId` string — The ID of the room [room](/reference/rest-api/rooms).
  - `mtgSessionId` string — The meeting session ID for this transcription.
  - `status` 't_finished' | 't_in_progress' | 't_error' | 't_deleted'
  - `isVttAvailable` boolean — Whether the transcription has been stored in a WebVTT file. See [transcription storage](/docs/guides/features/transcription#storage).
  - `duration` integer — Transcription length in seconds
  - `outParams` object — Object representing the storage location for the transcript if `transcription_bucket` is defined.
    - `s3key` string
    - `bucket` string
    - `region` string
  - `created_at` string, date-time — When the transcript record was created (i.e. transcription started).

## Other responses

- `400` — 400

---

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