---
title: "Delete Transcript By Id"
method: DELETE
path: "/v1/speech-to-text/transcripts/{transcription_id}"
tags: ["speech-to-text"]
---

# Delete Transcript By Id

`DELETE /v1/speech-to-text/transcripts/{transcription_id}`

Delete a previously generated transcript by its ID.

## Path parameters

- `transcription_id` string, required — The unique ID of the transcript to delete

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Response `200`

Delete completed successfully.

- unknown

## Other responses

- `401` — Authentication required
- `422` — Validation Error

---

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