Deletes up to ten messages from the specified queue
Source:R/sqs_operations.R
sqs_delete_message_batch.RdDeletes up to ten messages from the specified queue. This is a batch version of DeleteMessage. The result of the action on each message is reported individually in the response.
See https://www.paws-r-sdk.com/docs/sqs_delete_message_batch/ for full documentation.