IoTWireless / Client / delete_wireless_gateway
delete_wireless_gateway#
- IoTWireless.Client.delete_wireless_gateway(**kwargs)#
- Deletes a wireless gateway. - Note- When deleting a wireless gateway, you might run into duplication errors for the following reasons. - If you specify a - GatewayEuivalue that already exists.
- If you used a - ClientRequestTokenwith 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. - See also: AWS API Documentation - Request Syntax- response = client.delete_wireless_gateway( Id='string' ) - Parameters:
- Id (string) – - [REQUIRED] - The ID of the resource to delete. 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- IoTWireless.Client.exceptions.ValidationException
- IoTWireless.Client.exceptions.ResourceNotFoundException
- IoTWireless.Client.exceptions.AccessDeniedException
- IoTWireless.Client.exceptions.InternalServerException
- IoTWireless.Client.exceptions.ThrottlingException