“”“Remove an existing partition rule from a partition.”
Function: remove_partition_rule Version: 21.0+
Argument Name |
Type Description | |
---|---|---|
partition_id |
string |
The id of the partition the rule is to be removed from. |
rule_id |
string |
The id of the rule to be removed from the partition. |
response
{ "success": true, "partition_id": "", "rule_id": "" }
Key |
Type Description | |
---|---|---|
success |
string |
Indicates if removing the partition rule was successful. |
partition_id |
string |
The id of the partition the rule was removed from. |
rule_id |
string |
The id of the rule that was removed from the partition. |