IoT1ClickProjects / Client / delete_placement

delete_placement#

IoT1ClickProjects.Client.delete_placement(**kwargs)#

Deletes a placement. To delete a placement, it must not have any devices associated with it.

Note

When you delete a placement, all associated data becomes irretrievable.

See also: AWS API Documentation

Request Syntax

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

    [REQUIRED]

    The name of the empty placement to delete.

  • projectName (string) –

    [REQUIRED]

    The project containing the empty placement to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions