ManagedintegrationsforIoTDeviceManagement / Client / delete_managed_thing

delete_managed_thing#

ManagedintegrationsforIoTDeviceManagement.Client.delete_managed_thing(**kwargs)#

Delete a managed thing. If a controller is deleted, all of the devices connected to it will have their status changed to PENDING. It is not possible to remove a cloud device.

See also: AWS API Documentation

Request Syntax

response = client.delete_managed_thing(
    Identifier='string',
    Force=True|False
)
Parameters:
  • Identifier (string) –

    [REQUIRED]

    The id of the managed thing.

  • Force (boolean) – When set to TRUE, a forceful deteletion of the managed thing will occur. When set to FALSE, a non-forceful deletion of the managed thing will occur.

Returns:

None

Exceptions