
delete-message
**************


DESCRIPTION
===========

The "delete-message" action unconditionally removes the specified
message from the specified queue. Even if the message is locked by
another reader due to the visibility timeout setting, it is still
deleted from the queue.


SYNOPSIS
========

   aws sqs delete-message
     --queue-url <value>
     --receipt-handle <value>


REQUIRED PARAMETERS
===================

"--queue-url"  (string)
   The URL of the SQS queue to take action on.

"--receipt-handle"  (string)
   The receipt handle associated with the message to delete.


OPTIONAL PARAMETERS
===================

None
