delete_gateway_rate_limit¶
Operation¶
delete_gateway_rate_limit
async
¶
delete_gateway_rate_limit(input: DeleteGatewayRateLimitInput, plugins: list[Plugin] | None = None) -> DeleteGatewayRateLimitOutput
Deletes a gateway rate limit.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteGatewayRateLimitInput
|
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 |
|---|---|
DeleteGatewayRateLimitOutput
|
An instance of |
Input¶
DeleteGatewayRateLimitInput
dataclass
¶
Dataclass for DeleteGatewayRateLimitInput structure.
Output¶
DeleteGatewayRateLimitOutput
dataclass
¶
Dataclass for DeleteGatewayRateLimitOutput structure.
Attributes¶
rate_limit_id
instance-attribute
¶
rate_limit_id: str
The unique identifier of the deleted rate limit.
status
instance-attribute
¶
status: GatewayRateLimitStatus
The current status of the rate limit deletion.