Uploading
Cancel a multi part upload
Cancels a multi-part upload and cleans up resources on S3.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The ID of the multi-part upload.
The key of the object being uploaded.
Response
200 - application/json
Successfully cancelled the multi-part upload.
The response is of type boolean
.
Was this page helpful?