Eranol LogoEranol
BlogCommunityDocumentationPricingSign In

General

OverviewGet Started

Universal

Add IntroAdd OutroAudio to VideoBackground AudioCaptions ApiComposeConcatConvert a video file to MP4Convert Audio to Mp3Convert Audio to wavConvert to JPGConvert to WebMConvert to WebPDenoiseEnhanceExtract audio track from a videoExtract images from a videoGenerate a GIF from a videoHighlightsImage TestMergeNotifyOverlayProgress BarReframeRemove SilenceThumbnailTikTokTrimVerifyWatermarkZoom

General

DeleteImage StatusStatusTikTok StatusFFmpeg Results

Need help?

Contact Support

Delete

DELETE

Delete a job and its associated output file (if any).

Overview

Delete a job and its associated output file (if any).

Endpoint

DELETE https://eranol.com/api/v1/ffmpeg/jobs/{job_id}

Use Cases

1. Cancel a pending job

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
}

2. Clean up after download

Once you have downloaded the output file, call DELETE to remove it from storage and free up space.

Response

{
  "message": "Job deleted.",
  "success": true
}

3. Remove a failed job

Delete a failed job record to keep your job history clean and prevent it appearing in analytics.

Response

{
  "message": "Job deleted.",
  "success": true
}

Error Codes

CodeMeaning
401Missing or invalid API key
402Insufficient credits
422Validation error — check your request body
429Rate limit exceeded — slow down requests
500Internal server error — try again or contact support