Deletes a speed limiting rule of a Quality of Service (QoS) policy.
Debug
Use OpenAPI Explorer to perform debug operations and generate SDK code examples.
Request parameters
| Parameter | Type | Required? | Example value | Description |
|---|---|---|---|---|
| QosCarId | String | Yes | qoscar-n5k8g97lihlph***** |
The instance ID of the QoS speed limiting rule. |
| QosId | String | Yes | qos-awfxl1adxeqyk***** |
The instance ID of the QoS policy. |
| RegionId | String | Yes | cn-hangzhou |
The ID of the region to which the QoS policy belongs. |
| Action | String | No | DeleteQosCar |
The name of this action. Value: DeleteQosCar. |
Response parameters
| Parameter | Type | Example value | Description |
|---|---|---|---|
| RequestId | String | 551CD836-9E46-4F2C-A167-B4363180A647 |
The ID of the request. |
Examples
Request example
http(s)://[Endpoint]/? Action=DeleteQosCar
&QosCarId=qoscar-n5k8g97lihlph*****
&QosId=qos-awfxl1adxeqyk*****
&RegionId=cn-hangzhou
&<CommonParameters>
Response example
XML format
<DeleteQosCarResponse>
<RequestId>551CD836-9E46-4F2C-A167-B4363180A647</RequestId>
</DeleteQosCarResponse>
JSON format
{
"RequestId":"551CD836-9E46-4F2C-A167-B4363180A647"
}
Errors
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | InvalidId.Qos | The specified QosId is invalid. | The specified QosId is invalid. |
| 400 | InvalidId.QOSCAR | The specified QosCarId is invalid. | The specified QosCarId is invalid. |
| 403 | InternalError | An internal server error occurred. | An internal error occurred. |
| 400 | MissParameter.RegionId | You must specify RegionId. | You must specify the RegionId. |
| 400 | MissParameter.QosCarId | You must specify QosCarId. | You must specify the QosCarId. |
| 400 | MissParameter.QosId | You must specify QosId. | You must specify the QosId. |
For a list of error codes, visit the API Error Center.