---
title: "Delete Lipsync"
method: DELETE
path: "/v3/lipsyncs/{lipsync_id}"
tags: ["Lipsync"]
---

# Delete Lipsync

`DELETE /v3/lipsyncs/{lipsync_id}`

Permanently deletes a lipsync job and its associated files. This action cannot be undone.

## Path parameters

- `lipsync_id` string, required

## Response `200`

Successful response

- object
  - `data` LipsyncDeleteResponse — Response for DELETE /v3/lipsyncs/{id}.
    - `id` string, required — ID of the deleted lipsync

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