Abort chunked media upload
abort_multipart_uploadCancel an active chunked upload and free its stored parts. Use this when a multipart upload should be stopped.
Instructions
Abort an in-progress chunked upload and free its stored parts. 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. |