

# Deleting a Multi-Region Access Point
<a name="multi-region-access-point-delete-examples"></a>

The following procedure explains how to delete a Multi-Region Access Point by using the Amazon S3 console. Be aware that deleting a Multi-Region Access Point doesn't delete the buckets associated with the Multi-Region Access Point. Instead, it only deletes the Multi-Region Access Point itself.

**Note**  
S3 Multi-Region Access Points using buckets in Amazon opt-in Regions is currently only supported through Amazon SDKs and the Amazon CLI. To delete a Multi-Region Access Point using buckets in an opt-in Region, make sure to specify which Amazon opt-in Regions your account can use first. Otherwise, if you try to delete a Multi-Region Access Point that uses buckets in disabled Amazon opt-in Regions, you'll receive an error.

## Using the S3 console
<a name="multi-region-access-point-delete-console"></a>

**To delete a Multi-Region Access Point**

1. Sign in to the Amazon Web Services Management Console and open the Amazon S3 console at [https://console.amazonaws.cn/s3/](https://console.amazonaws.cn/s3/).

1. In the left navigation pane, choose **Multi-Region Access Points**.

1. Select the option button next to the name of your Multi-Region Access Point.

1. Choose **Delete**.

1. In the **Delete Multi-Region Access Point** dialog box, enter the name of the Amazon bucket that you want to delete.
**Note**  
Make sure to enter a valid bucket name. Otherwise, the **Delete** button will be disabled.

1. Choose **Delete** to confirm deletion of your Multi-Region Access Point.

## Using the Amazon CLI
<a name="multi-region-access-point-delete-cli"></a>

You can use the Amazon CLI to delete a Multi-Region Access Point. This action does not delete the buckets associated with the Multi-Region Access Point, only the Multi-Region Access Point itself. To use this example command, replace the `{{user input placeholders}}` with your own information.

```
aws s3control delete-multi-region-access-point --account-id {{123456789012}} --details Name={{example-multi-region-access-point-name}}
```