Delete a job and its associated output file (if any).
Delete a job and its associated output file (if any).
Send your requests to the following URL using the specified HTTP method.
DELETE https://eranol.com/api/v1/ffmpeg/jobs/{job_id}Include the following headers with every request. Your API key is required for authentication.
Use the following cURL command to make a request to this API endpoint. Replace YOUR_API_KEY with your actual API key from the dashboard.
curl -X DELETE "https://eranol.com/api/v1/ffmpeg/jobs/{job_id}" \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json"Below is an example of a successful JSON response from this endpoint.
{
"success": true,
"data": {
"message": "Request processed successfully"
}
}A successful request will return one of the following HTTP status codes.