I have a dead-letter queue where a bunch of the messages that got sent there are now older than the maximum visibility timeout (12 hours). I can’t seem to delete them from the console or using boto3. Is there any way to delete these messages individually or do I have to purge the whole queue?
Thanks!