delete_gateway_rule¶
Operation¶
delete_gateway_rule
async
¶
delete_gateway_rule(input: DeleteGatewayRuleInput, plugins: list[Plugin] | None = None) -> DeleteGatewayRuleOutput
Deletes a gateway rule.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteGatewayRuleInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
DeleteGatewayRuleOutput
|
An instance of |
Input¶
DeleteGatewayRuleInput
dataclass
¶
Dataclass for DeleteGatewayRuleInput structure.