IoT1ClickProjects / Client / disassociate_device_from_placement

disassociate_device_from_placement#

IoT1ClickProjects.Client.disassociate_device_from_placement(**kwargs)#

Removes a physical device from a placement.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_device_from_placement(
    projectName='string',
    placementName='string',
    deviceTemplateName='string'
)
Parameters:
  • projectName (string) –

    [REQUIRED]

    The name of the project that contains the placement.

  • placementName (string) –

    [REQUIRED]

    The name of the placement that the device should be removed from.

  • deviceTemplateName (string) –

    [REQUIRED]

    The device ID that should be removed from the placement.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions