removeThingFromThingGroup
abstract suspend fun removeThingFromThingGroup(input: RemoveThingFromThingGroupRequest = RemoveThingFromThingGroupRequest { }): RemoveThingFromThingGroupResponse
Remove the specified thing from the specified group.
You must specify either a thingGroupArn
or a thingGroupName
to identify the thing group and either a thingArn
or a thingName
to identify the thing to remove from the thing group.
Requires permission to access the RemoveThingFromThingGroup action.