Available in Classic and VPC
Stop an ongoing multipart upload. When an upload is stopped, you can no longer upload parts using that upload ID.
Request
This section describes the request format. The method and URI are as follows:
Method | URI |
---|---|
DELETE | /{Key} |
Request headers
For information about the headers common to all Ncloud Storage APIs, see Ncloud Storage request headers.
Request path parameters
You can use the following path parameters with your request:
Field | Type | Required | Description |
---|---|---|---|
Key |
String | Required | Object name |
Request query parameters
You can use the following query parameters with your request:
Field | Type | Required | Description |
---|---|---|---|
UploadId |
String | Required | Multipart upload ID |
Bucket |
String | Required | Bucket name |
Request example
The request example is as follows:
DELETE /object.zip?uploadId=UploadId HTTP/1.1
Host: bucket.ncloudstorage.com
Response
This section describes the response format.
Response headers
For information about the headers common to all Ncloud Storage APIs, see Ncloud Storage response headers.
Response status codes
For information about the HTTP status codes common to all Ncloud Storage APIs, see Common Ncloud Storage response status codes.
Response example
The response example is as follows:
HTTP/1.1 204 No Content