Abort a multipart upload

Cancels an in-progress bulk multipart S3 upload and cleans up any uploaded parts. Use this if the upload fails partway through or you need to abandon it.

After aborting, the file status is set to failed and the fileId can no longer be used.

Body Params

Request body to abort a multipart upload

uuid
required

The file ID returned by POST /prequalification/bulk

string
required

The S3 multipart upload ID returned by POST /prequalification/bulk

Headers
string
required

Your API key for authentication.

Responses

400

Invalid request — missing fileId or uploadId

401

Unauthorized - Missing or invalid API key

403

Forbidden - API key does not have access to this file

404

File not found

500

Internal server error. Please contact support if the issue persists.

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json