:doc:`IoTWireless <../../iotwireless>` / Client / delete_wireless_gateway

***********************
delete_wireless_gateway
***********************



.. py:method:: 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 ``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.

    

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotwireless-2020-11-22/DeleteWirelessGateway>`_  


  **Request Syntax**
  ::

    response = client.delete_wireless_gateway(
        Id='string'
    )
    
  :type Id: string
  :param Id: **[REQUIRED]** 

    The ID of the resource to delete.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`IoTWireless.Client.exceptions.ValidationException`

  
  *   :py:class:`IoTWireless.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`IoTWireless.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`IoTWireless.Client.exceptions.InternalServerException`

  
  *   :py:class:`IoTWireless.Client.exceptions.ThrottlingException`

  