Skip to main content
DELETE
/
v3
/
lipsyncs
/
{lipsync_id}
Delete Lipsync
curl --request DELETE \
  --url https://api.heygen.com/v3/lipsyncs/{lipsync_id} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "id": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

HeyGen API key. Obtain from your HeyGen dashboard.

Path Parameters

lipsync_id
string
required

Unique lipsync identifier

Response

Successful response

data
LipsyncDeleteResponse · object

Response for DELETE /v3/lipsyncs/{id}.