Purge an SQS queue of its message
purge_queue(queue, query = NULL, ...)A character string containing a queue URL, or the name of the queue.
A list specifying additional query arguments to be passed to the query argument of sqsHTTP.
Additional arguments passed to sqsHTTP.
If successful, a logical TRUE value. Otherwise, a data structure of class “aws_error” containing any error message(s) from AWS and information about the request attempt.
Purge an SQS queue of its messages, without deleting it. Use delete_queue to delete the queue entirely.
link{create_queue} delete_queue