delete-bucket

Deletes the bucket. All objects (including all object versions and Delete Markers) in the bucket must be deleted before the bucket itself can be deleted.

See also: AWS API Documentation.

Synopsis

delete-bucket
  --bucket <value>
  [--cli-input-json <value>]

Options

--bucket (string)

--cli-input-json (string)

Operates a service or services based on the provided JSON string. If other arguments are provided on the command line, the CLI values override the JSON-provided values. You cannot pass arbitrary binary values using a JSON-provided value, because the string is taken literally.

Examples

The following command deletes a bucket named “my-bucket”:

$ aws s3api delete-bucket --bucket my-bucket --region us-east-1

Output

None