Deletes the bandwidth throttling configuration of a specified bucket in a resource pool.
Notes
-
Resource pool QoS is in invitational preview. If the throughput of your OSS buckets in a region has reached or exceeded 500 Gbit/s, you can contact technical support to apply for this feature.
-
By default, an Alibaba Cloud account has the permissions to delete the bandwidth throttling configuration of a bucket in a resource pool. To perform this operation as a RAM user or by using Security Token Service (STS), you must have the
oss:DeleteBucketQoSInfopermission. For more information, see Common Examples of RAM Policy.
Syntax
DELETE /?qosInfo HTTP/1.1
Host: BucketName.oss-cn-hangzhou.aliyuncs.com
Date: GMT Date
Authorization: SignatureValue
Request headers
This operation uses only common request headers. For more information, see Common Request Headers.
Response headers
This operation returns only common response headers. For more information, see Common Response Headers.
Example
-
Sample request
DELETE /?qosInfo HTTP/1.1 Host: oss-example.oss-cn-hangzhou.aliyuncs.com Date: Fri, 27 Dec 2024 03:21:12 GMT Authorization: OSS4-HMAC-SHA256 Credential=LTAI********************/20250417/cn-hangzhou/oss/aliyun_v4_request,Signature=a7c3554c729d71929e0b84489addee6b2e8d5cb48595adfc51868c299c0c218e -
Sample response
HTTP/1.1 200 OK Date: Fri, 27 Dec 2024 03:21:12 GMT Content-Length: 0 Connection: keep-alive Server: AliyunOSS x-oss-request-id: 534****
OSS SDKs
The following OSS SDKs support DeleteBucketQosInfo:
ossutil
For the ossutil command that corresponds to the DeleteBucketQosInfo operation, see delete-bucket-qos-info.