Deletes a quintuple rule from a QoS policy.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
smartag:DeleteQosPolicy |
delete |
*Qos
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the QoS policy. |
cn-hangzhou |
| QosId |
string |
Yes |
The instance ID of the QoS policy. |
qos-xitd8690ucu8ro**** |
| QosPolicyId |
string |
Yes |
The ID of the quintuple rule. |
qospy-xhwhyuo43l**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
551CD836-9E46-4F2C-A167-B4363180A647 |
Examples
Success response
JSON format
{
"RequestId": "551CD836-9E46-4F2C-A167-B4363180A647"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | MissParameter.RegionId | You must specify RegionId. | You must set the RegionId parameter. |
| 400 | MissParameter.QosId | You must specify QosId. | You must set the QosId parameter. |
| 400 | MissParameter.QosPolicyId | You must specify QosPolicyId. | You must set the QosPolicyId parameter. |
| 400 | InvalidId.Qos | The specified QosId is invalid. | The QosId parameter is set to an invalid value. |
| 400 | InvalidId.QOSPY | The specified QosPolicyId is invalid. | The specified QosPolicyId is invalid. |
| 403 | InternalError | An internal server error occurred. | An internal server error occurred. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.