v1
latestOpenAPI 3.0.02026-07-2321110.8 KBFiles
Abort Pending Download
Aborts a pending or processing zip download. Use the same id (download_id) as returned from POST /files/download and used with GET /files/downloads/:id. When status is processing, the running job will stop and abort the S3 multipart upload.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| id | Integer | Yes | Temporary file ID (download_id from POST /files/download) |
Notes
- Both pending and processing downloads can be aborted. If the download is already uploaded, failed, or cancelled, the API returns 4716.
- After abort, the temporary file is marked as cancelled and will not be processed.
delete/files/downloads/{id}
Path parameters
idinteger required
(Required) Temporary file ID (download_id from POST /files/download)
Response
Download aborted successfully
{"stackTrail":"components:schemas:EmptySuccessResponse","oasType":"schema","type":"unknown","description":"Referenced by this API but not published in the vendor's docs pages."}