Deletes fragment files generated during upload.
Operation description
When you use multipart upload, fragment files may be generated if the upload fails. These fragment files are automatically cleared after 7 days. After the upload is complete or fails, you can call this operation to manually clear the fragment files.
Calling this operation does not delete the original file or transcoded files. It only deletes fragment files generated during the upload process.
Calling the DeleteVideo operation deletes the complete video file, including fragment files.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:DeleteMultipartUpload |
delete |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| MediaId |
string |
Yes |
The media ID, which is the audio or video ID (VideoId). You can obtain the ID by using the following methods:
|
61ccbdb06fa3012be4d8083f6**** |
| MediaType |
string |
Yes |
The media type. Set the value to video (audio/video). |
video |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
25818875-5F78-4AF6-D7393642CA58**** |
Examples
Success response
JSON format
{
"RequestId": "25818875-5F78-4AF6-D7393642CA58****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.