cURL
curl --request DELETE \ --url https://api.elevenlabs.io/v1/dubbing/{dubbing_id}
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Deletes a dubbing project.
Your API key. This is required by most endpoints to access our API programatically. You can view your xi-api-key using the 'Profile' tab on the website.
ID of the dubbing project.
Successful Response