
remove-permission
*****************


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

The "remove-permission" action revokes any permissions in the queue
policy that matches the specified "--label" parameter. Only the owner
of the queue can remove permissions.


SYNOPSIS
========

   aws sqs remove-permission
     --queue-url <value>
     --label <value>


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

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

"--label"  (string)
   The identification of the permission to remove. This is the label
   added with the  add-permission operation.


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

None
