Abort chunked media upload
abort_multipart_uploadAbort an in-progress chunked upload and permanently free its stored parts. Use only when the upload should be cancelled; do not use this after all parts have been uploaded if you intend to complete the upload. This action cannot be undone. Use this when a chunked upload should be cancelled and its stored parts freed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| r2Key | Yes | The r2Key returned by create_multipart_upload. | |
| uploadId | Yes | The uploadId returned by create_multipart_upload. |