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.ValidationException
IoTWireless.Client.exceptions.ResourceNotFoundException
IoTWireless.Client.exceptions.ThrottlingException
IoTWireless.Client.exceptions.InternalServerException
IoTWireless.Client.exceptions.AccessDeniedException