GreengrassV2 / Client / delete_core_device
delete_core_device#
- GreengrassV2.Client.delete_core_device(**kwargs)#
Deletes a Greengrass core device, which is an IoT thing. This operation removes the core device from the list of core devices. This operation doesn’t delete the IoT thing. For more information about how to delete the IoT thing, see DeleteThing in the IoT API Reference.
See also: AWS API Documentation
Request Syntax
response = client.delete_core_device( coreDeviceThingName='string' )
- Parameters:
coreDeviceThingName (string) –
[REQUIRED]
The name of the core device. This is also the name of the IoT thing.
- Returns:
None
Exceptions
GreengrassV2.Client.exceptions.ValidationException
GreengrassV2.Client.exceptions.ResourceNotFoundException
GreengrassV2.Client.exceptions.AccessDeniedException
GreengrassV2.Client.exceptions.InternalServerException
GreengrassV2.Client.exceptions.ThrottlingException
GreengrassV2.Client.exceptions.ConflictException