To use this operation, you must have permission to perform the
s3:PutBucketTagging action. By default, the bucket owner has this
permission and can grant this permission to others.
The following operations are related to DeleteBucketTagging:
// The following example deletes bucket tags. constinput = { "Bucket":"examplebucket" }; constcommand = newDeleteBucketTaggingCommand(input); awaitclient.send(command); // example id: to-delete-bucket-tags-1483043846509
Deletes the tags from the bucket.
To use this operation, you must have permission to perform the
s3:PutBucketTagging
action. By default, the bucket owner has this permission and can grant this permission to others.The following operations are related to
DeleteBucketTagging
:GetBucketTagging
PutBucketTagging
Example
Use a bare-bones client and the command you need to make an API call.
Param
DeleteBucketTaggingCommandInput
Returns
DeleteBucketTaggingCommandOutput
See
input
shape.response
shape.config
shape.Example
To delete bucket tags