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.

Removes the entire tag set from the specified S3 Batch Operations job.

Permissions

To use the DeleteJobTagging operation, you must have permission to perform the s3:DeleteJobTagging action. For more information, see Controlling access and labeling jobs using tags in the Amazon S3 User Guide.

Related actions include:

Note:

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

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

Syntax

C#
public virtual DeleteJobTaggingResponse DeleteJobTagging(
         DeleteJobTaggingRequest request
)

Parameters

request
Type: Amazon.S3Control.Model.DeleteJobTaggingRequest

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

Return Value


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

Exceptions

Version Information

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

See Also