---
title: "Delete Dubbing Transcript Segment"
method: DELETE
path: "/v1/dubbing/project/{project_id}/transcript/segment/{segment_id}"
tags: ["Dubbing"]
---

# Delete Dubbing Transcript Segment

`DELETE /v1/dubbing/project/{project_id}/transcript/segment/{segment_id}`

Enterprise only. Remove a source segment from the transcript so it is no longer dubbed. Bumps the project's `revision`, discards the affected translations in every language target, and marks any target that had already completed `stale`. No audio changes until you regenerate a target.

## Path parameters

- `project_id` string, required — Identifier of the dubbing project.
- `segment_id` string, required — Identifier of the segment to remove.

## 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`

Successful Response

- DubbingTranscriptRevisionResponse — The new revision after a source edit that returns no segment, such as a delete.
  - `revision` integer, required — The project's source-transcript revision after this edit.

## Other responses

- `422` — Validation Error

---

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