AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This action deletes an Amazon S3 on Outposts bucket's tags. To delete an S3 bucket tags, see DeleteBucketTagging in the Amazon S3 API Reference.

Deletes the tags from the Outposts bucket. For more information, see Using Amazon S3 on Outposts in Amazon S3 User Guide.

To use this action, you must have permission to perform the PutBucketTagging action. By default, the bucket owner has this permission and can grant this permission to others.

All Amazon S3 on Outposts REST API requests for this action require an additional parameter of x-amz-outpost-id to be passed with the request. In addition, you must use an S3 on Outposts endpoint hostname prefix instead of s3-control. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the x-amz-outpost-id derived by using the access point ARN, see the Examples section.

The following actions are related to DeleteBucketTagging:

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DeleteBucketTaggingAsync.

Namespace: Amazon.S3Control
Assembly: AWSSDK.S3Control.dll
Version: 3.x.y.z

Syntax

C#
public virtual DeleteBucketTaggingResponse DeleteBucketTagging(
         DeleteBucketTaggingRequest request
)

Parameters

request
Type: Amazon.S3Control.Model.DeleteBucketTaggingRequest

Container for the necessary parameters to execute the DeleteBucketTagging service method.

Return Value


The response from the DeleteBucketTagging service method, as returned by S3Control.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also