IoT1ClickDevicesService / Client / unclaim_device

unclaim_device#

IoT1ClickDevicesService.Client.unclaim_device(**kwargs)#

Disassociates a device from your AWS account using its device ID.

See also: AWS API Documentation

Request Syntax

response = client.unclaim_device(
    DeviceId='string'
)
Parameters:

DeviceId (string) –

[REQUIRED]

The unique identifier of the device.

Return type:

dict

Returns:

Response Syntax

{
    'State': 'string'
}

Response Structure

  • (dict) –

    200 response

    • State (string) –

      The device’s final claim state.

Exceptions