IoTWireless / Client / deregister_wireless_device

deregister_wireless_device#

IoTWireless.Client.deregister_wireless_device(**kwargs)#

Deregister a wireless device from AWS IoT Wireless.

See also: AWS API Documentation

Request Syntax

response = client.deregister_wireless_device(
    Identifier='string',
    WirelessDeviceType='Sidewalk'|'LoRaWAN'
)
Parameters:
  • Identifier (string) –

    [REQUIRED]

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

  • WirelessDeviceType (string) – The type of wireless device to deregister from AWS IoT Wireless, which can be LoRaWAN or Sidewalk.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • IoTWireless.Client.exceptions.ValidationException

  • IoTWireless.Client.exceptions.ResourceNotFoundException

  • IoTWireless.Client.exceptions.InternalServerException

  • IoTWireless.Client.exceptions.ThrottlingException