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
string
required
Your API key for authentication
Path Parameters
uuid
required
The job UUID
Response
string
Success message
string
The job ID
string
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
