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

**************************
deregister_wireless_device
**************************



.. py:method:: IoTWireless.Client.deregister_wireless_device(**kwargs)

  

  Deregister a wireless device from AWS IoT Wireless.

  

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


  **Request Syntax**
  ::

    response = client.deregister_wireless_device(
        Identifier='string',
        WirelessDeviceType='Sidewalk'|'LoRaWAN'
    )
    
  :type Identifier: string
  :param Identifier: **[REQUIRED]** 

    The identifier of the wireless device to deregister from AWS IoT Wireless.

    

  
  :type WirelessDeviceType: string
  :param WirelessDeviceType: 

    The type of wireless device to deregister from AWS IoT Wireless, which can be ``LoRaWAN`` or ``Sidewalk``.

    

  
  
  :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.InternalServerException`

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

  