Deletes a QoS car (bandwidth throttling rule) by calling the DeleteQosCar operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
smartag:DeleteQosCar |
delete |
*Qos
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the quality of service (QoS) policy instance. |
cn-hangzhou |
| QosId |
string |
Yes |
The instance ID of the QoS policy. |
qos-awfxl1adxeqyk**** |
| QosCarId |
string |
Yes |
The instance ID of the QoS bandwidth throttling rule. |
qoscar-n5k8g97lihlph**** |
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 | InvalidId.Qos | The specified QosId is invalid. | The QosId parameter is set to an invalid value. |
| 400 | InvalidId.QOSCAR | The specified QosCarId is invalid. | The specified QosCarId is invalid. |
| 400 | MissParameter.RegionId | You must specify RegionId. | You must set the RegionId parameter. |
| 400 | MissParameter.QosCarId | You must specify QosCarId. | You must specify QosCarId. |
| 400 | MissParameter.QosId | You must specify QosId. | You must set the QosId parameter. |
| 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.