deleteWirelessGateway
inline suspend fun IotWirelessClient.deleteWirelessGateway(crossinline block: DeleteWirelessGatewayRequest.Builder.() -> Unit): DeleteWirelessGatewayResponse
Deletes a wireless gateway.
When deleting a wireless gateway, you might run into duplication errors for the following reasons.
If you specify a
GatewayEui
value that already exists.If you used a
ClientRequestToken
with the same parameters within the last 10 minutes. To avoid this error, make sure that you use unique identifiers and parameters for each request within the specified time period.