Values.DeleteQueuedMessagesRequestSourceRemove queued messages from the downlink queue.
type nonrec t = {id : WirelessDeviceId.t;The ID of a given wireless device for which downlink messages will be deleted.
*)messageId : MessageId.t;If message ID is "*", it cleares the entire downlink queue for a given device, specified by the wireless device ID. Otherwise, the downlink message with the specified message ID will be deleted.
*)wirelessDeviceType : WirelessDeviceType.t option;The wireless device type, which can be either Sidewalk or LoRaWAN.
*)}val make :
?wirelessDeviceType:??? ->
id:WirelessDeviceId.t ->
messageId:MessageId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of WirelessDeviceId.t ]) list ]