v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141531,219979.8 KB

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.

delete/gateways/{gatewayIdentifier}/targets/{targetId}/

Path parameters

gatewayIdentifierstring required

The unique identifier of the gateway associated with the target.

targetIdstring required

The unique identifier of the gateway target to delete.

Response

Success

gatewayArnstring required

The Amazon Resource Name (ARN) of the gateway.

targetIdstring required

The unique identifier of the deleted gateway target.

status'CREATING' | 'UPDATING' | 'UPDATE_UNSUCCESSFUL' | 'DELETING' | 'READY' | 'FAILED' | 'SYNCHRONIZING' | 'SYNCHRONIZE_UNSUCCESSFUL' | 'CREATE_PENDING_AUTH' | 'UPDATE_PENDING_AUTH' | 'SYNCHRONIZE_PENDING_AUTH' required

The current status of the gateway target deletion.

statusReasonsStatusReason[]

The reasons for the current status of the gateway target deletion.