Unbinds an input media bucket from the media library.

Usage notes

You can call this operation to unbind an input media bucket from the media library based on the name of the output media bucket.

QPS limit

You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. For more information, see QPS limits.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes UnbindInputBucket

The operation that you want to perform. Set the value to UnbindInputBucket.

Bucket String Yes example-bucket-****

The name of the input media bucket to be unbound. To obtain the media bucket name, you can log on to the ApsaraVideo Media Processing (MPS) console and choose Workflows > Media Buckets in the left-side navigation pane. Alternatively, you can log on to the Object Storage Service (OSS) console and click My OSS Paths.

Response parameters

Parameter Type Example Description
RequestId String 4AEA0480-32F4-1656-92B3-F4D4CDE6BBB3

The ID of the request.

Examples

Sample requests

http(s)://mts.cn-hangzhou.aliyuncs.com/?Action=UnbindInputBucket
&Bucket=example-bucket-****
&<Common request parameters>

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<UnbindInputBucketResponse>
    <RequestId>4AEA0480-32F4-1656-92B3-F4D4CDE6BBB3</RequestId>
</UnbindInputBucketResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "4AEA0480-32F4-1656-92B3-F4D4CDE6BBB3"
}

Error codes

For a list of error codes, visit the API Error Center.