Deletes SQL throttling rules.
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
polardb:DeleteSQLRateLimitingRules | delete | *DBCluster
| None | None |
Request syntax
POST HTTP/1.1Request parameters
Parameter | Type | Required | Description | Example |
DBClusterId | string | Yes | The cluster ID. | pc-************** |
RuleNameList | string | Yes | The names of the SQL throttling rules to delete. To delete multiple rules in a batch, separate the rule names with commas (,). Note Call the DescribeSQLRateLimitingRules operation to view the details of all SQL throttling rules for the target cluster, including their names. | testrule |
Response elements
Element | Type | Description | Example |
object | |||
Message | string | The response message. Note If the request is successful, | Message |
RequestId | string | The request ID. | 5E71541A-6007-4DCC-A38A-F872C31FEB45 |
Success | boolean | Indicates whether the request was successful. Valid values:
| true |
Examples
Success response
JSON format
{
"Message": "Message",
"RequestId": "5E71541A-6007-4DCC-A38A-F872C31FEB45",
"Success": true
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.