Skip to main content
DELETE
Cancel Multipart Upload

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

uploadId
string
required

Multipart upload ID to cancel

Query Parameters

s3Key
string
required

Upload key from initiate response

Response

Upload cancellation confirmation.

success
boolean

Cancellation status

Example:

true

message
string

Cancellation message

Example:

"Multipart upload cancelled successfully"