Delete a job and its associated output file (if any).
Delete a job and its associated output file (if any).
DELETE https://eranol.com/api/v1/ffmpeg/jobs/{job_id}
Delete a job that has been queued but not yet started to free up capacity and remove the output file.
Response
{
"message": "Job deleted.",
"success": true
}
Once you have downloaded the output file, call DELETE to remove it from storage and free up space.
Response
{
"message": "Job deleted.",
"success": true
}
Delete a failed job record to keep your job history clean and prevent it appearing in analytics.
Response
{
"message": "Job deleted.",
"success": true
}
| Code | Meaning |
|---|---|
401 | Missing or invalid API key |
402 | Insufficient credits |
422 | Validation error — check your request body |
429 | Rate limit exceeded — slow down requests |
500 | Internal server error — try again or contact support |