Deleting the tags from an S3 Batch Operations job
You can use these examples to delete the tags from an Amazon S3 Batch Operations job.
The following example deletes the tags from a Batch Operations job using the AWS CLI.
aws \ s3control delete-job-tagging \ --account-id123456789012\ --job-idExample-e25a-4ed2-8bee-7f8ed7fc2f1c\ --regionus-east-1
To delete the tags of an S3 Batch Operations job using the AWS SDK for Java, you can use the S3Control client with the job ID to remove all tags associated with the batch operations job.
For examples of how to delete job tags with the AWS SDK for Java, see Delete tags from a batch job in the Amazon S3 API Reference.