delete_dynamic_thing_group

IoT.Client.delete_dynamic_thing_group(**kwargs)

Deletes a dynamic thing group.

Requires permission to access the DeleteDynamicThingGroup action.

See also: AWS API Documentation

Request Syntax

response = client.delete_dynamic_thing_group(
    thingGroupName='string',
    expectedVersion=123
)
Parameters
  • thingGroupName (string) --

    [REQUIRED]

    The name of the dynamic thing group to delete.

  • expectedVersion (integer) -- The expected version of the dynamic thing group to delete.
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • IoT.Client.exceptions.InvalidRequestException
  • IoT.Client.exceptions.VersionConflictException
  • IoT.Client.exceptions.ThrottlingException
  • IoT.Client.exceptions.InternalFailureException