removeThingFromThingGroup
inline suspend fun IotClient.removeThingFromThingGroup(crossinline block: RemoveThingFromThingGroupRequest.Builder.() -> Unit): 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.