cURL
curl --request DELETE \ --url https://api.heygen.com/v3/lipsyncs/{lipsync_id} \ --header 'x-api-key: <api-key>'
{ "data": { "id": "<string>" } }
Permanently deletes a lipsync job and its associated files. This action cannot be undone.
HeyGen API key. Obtain from your HeyGen dashboard.
Unique lipsync identifier
Successful response
Response for DELETE /v3/lipsyncs/{id}.
Show child attributes