Values_1.DeleteThingRequestSourceThe input for the DeleteThing operation.
type nonrec t = {thingName : Values_0.ThingName.t;The name of the thing to delete.
*)expectedVersion : Values_0.OptionalVersion.t option;The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing request is rejected with a VersionConflictException.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Values_0.OptionalVersion.t
| `String of Values_0.ThingName.t ])
list ]