IoTWireless.Client.delete_queued_messages(**kwargs)¶Remove queued messages from the downlink queue.
See also: AWS API Documentation
Request Syntax
response = client.delete_queued_messages(
Id='string',
MessageId='string',
WirelessDeviceType='Sidewalk'|'LoRaWAN'
)
[REQUIRED]
The ID of a given wireless device for which downlink messages will be deleted.
[REQUIRED]
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.
dict
Response Syntax
{}
Response Structure
Exceptions
IoTWireless.Client.exceptions.ValidationExceptionIoTWireless.Client.exceptions.ResourceNotFoundExceptionIoTWireless.Client.exceptions.ThrottlingExceptionIoTWireless.Client.exceptions.InternalServerExceptionIoTWireless.Client.exceptions.AccessDeniedException