Delete Job File
Jobs
Delete Job File
Delete a job file from S3 storage
DELETE
Delete Job File
Overview
Permanently delete a job’s downloaded file from S3 storage. The job record is kept in the database, but thes3_key field is cleared. Use this to free up storage space for completed downloads you no longer need.
Header Parameters
Your API key for authentication
Path Parameters
The job UUID
Response
Success message
The job ID
The S3 key that was deleted
Examples
Success Response
Error Responses
Notes
- This permanently deletes the file from S3 storage
- The job record is kept in the database for reference
- You cannot recover deleted files
- Only works for jobs with status
Completed - Jobs without an
s3_key(failed or pending) cannot have files deleted
