cURL
curl --request DELETE \ --url https://dubbing.deepdub.app/dubbing/job/{request_id} \ --header 'x-api-key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Mark a job as cancelled. Cancellation is permanent — a cancelled job cannot be revived; submit a new job instead.
API key issued by Deepdub. Contact your account manager to obtain one.
Successful Response