delete_gateway_target¶
Operation¶
delete_gateway_target
async
¶
delete_gateway_target(input: DeleteGatewayTargetInput, plugins: list[Plugin] | None = None) -> DeleteGatewayTargetOutput
Deletes a gateway target.
You cannot delete a target that is in a pending authorization state
(CREATE_PENDING_AUTH, UPDATE_PENDING_AUTH, or
SYNCHRONIZE_PENDING_AUTH). Wait for the authorization to complete or
fail before deleting the target.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteGatewayTargetInput
|
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 |
|---|---|
DeleteGatewayTargetOutput
|
An instance of |
Input¶
DeleteGatewayTargetInput
dataclass
¶
Dataclass for DeleteGatewayTargetInput structure.
Attributes¶
gateway_identifier
class-attribute
instance-attribute
¶
gateway_identifier: str | None = None
The unique identifier of the gateway associated with the target.
target_id
class-attribute
instance-attribute
¶
target_id: str | None = None
The unique identifier of the gateway target to delete.