delete_gateway¶
Operation¶
delete_gateway
async
¶
delete_gateway(input: DeleteGatewayInput, plugins: list[Plugin] | None = None) -> DeleteGatewayOutput
Deletes a gateway.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteGatewayInput
|
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 |
|---|---|
DeleteGatewayOutput
|
An instance of |