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 toFALSE
, a non-forceful deletion of the managed thing will occur.
- Returns:
None
Exceptions
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ValidationException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.AccessDeniedException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.InternalServerException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.UnauthorizedException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ConflictException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ServiceUnavailableException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ResourceNotFoundException
ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ThrottlingException