---
title: "Delete Video Translation"
method: DELETE
path: "/v3/video-translations/{video_translation_id}"
tags: ["Video Translate"]
---

# Delete Video Translation

`DELETE /v3/video-translations/{video_translation_id}`

Permanently deletes a video translation and its associated files. This action cannot be undone.

## Path parameters

- `video_translation_id` string, required

## Response `200`

Successful response

- object
  - `data` VideoTranslationDeleteResponse — Response for DELETE /v3/video-translations/{id}.
    - `id` string, required — ID of the deleted video translation

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed
- `404` — Resource not found
- `429` — Rate limit exceeded

---

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