Values_1.DeleteThingGroupRequestSourceDeletes a thing group. Requires permission to access the DeleteThingGroup action.
type nonrec t = {thingGroupName : Values_0.ThingGroupName.t;The name of the thing group to delete.
*)expectedVersion : Values_0.OptionalVersion.t option;The expected version of the thing group to delete.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Values_0.OptionalVersion.t
| `String of Values_0.ThingGroupName.t ])
list ]