Values_0.RemoveThingFromBillingGroupRequestSourceRemoves the given thing from the billing group. Requires permission to access the RemoveThingFromBillingGroup action. This call is asynchronous. It might take several seconds for the detachment to propagate.
type nonrec t = {billingGroupName : BillingGroupName.t option;The name of the billing group.
*)billingGroupArn : BillingGroupArn.t option;The ARN of the billing group.
*)thingName : ThingName.t option;The name of the thing to be removed from the billing group.
*)thingArn : ThingArn.t option;The ARN of the thing to be removed from the billing group.
*)}