DeleteResourcePoolRequesterPriorityQosConfiguration

Updated at:

Deletes the requester priority Quality of Service (QoS) configuration for a resource pool.

Precautions

  • You must have management permissions for the resource pool to perform this operation.

  • After you delete the QoS configuration, requester priority throttling is no longer applied to the resource pool.

  • This operation is irreversible.

  • If the resource pool or QoS configuration does not exist, an error is returned.

Request syntax

DELETE /?requesterPriorityQos&resourcePool=ResourcePoolName
Host: oss-cn-hangzhou.aliyuncs.com
Date: Fri, 10 Oct 2025 07:38:42 GMT
Content-Type: application/xml
Content-Length: content length

Request elements

Name

Type

Parameter location

Description

resourcePool

String

Query

The name of the target resource pool.

Examples

  • Example request

    DELETE /?requesterPriorityQos&resourcePool=ResourcePoolName
    Host: oss-cn-shanghai.aliyuncs.com
    Date: Fri, 10 Oct 2025 07:38:42 GMT
    Content-Type: application/xml
    Content-Length: content length
  • Example response

    HTTP/1.1 204 OK
    Date: Fri, 10 Oct 2025 07:38:42 GMT
    Content-Type: application/xml
    Content-Length: 0

SDK

The following SDKs support this operation:

ossutil

For the corresponding ossutil command, see delete-resource-pool-requester-priority-qos-configuration.