
delete-objects
**************


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

This operation enables you to delete multiple objects from a bucket
using a single HTTP request. You may specify up to 1000 keys.


SYNOPSIS
========

   aws s3 delete-objects
     --bucket <value>
     --delete <value>
     [--mfa <value>]


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

"--bucket"  (string)

"--delete"  (structure)
   "objects"  (list)
      (structure)
         "version_id"  (string)VersionId for the specific version of
         the object to delete.

         "key"  (string)Key name of the object to delete.

   "quiet"  (boolean)Element to enable quiet mode for the request.
   When you add this element, you must set its value to true.

   *Parameter Syntax*

      {
        "objects":
          [
            {
              "version_id": "string",
              "key": "string"
            }
            ...
          ],
        "quiet": true|false
      }


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

"--mfa"  (string)The concatenation of the authentication device''s
serial number, a space, and the value that is displayed on your
authentication device.
