Delete Job Tagging
s3control_delete_job_tagging | R Documentation |
Removes the entire tag set from the specified S3 Batch Operations job¶
Description¶
Removes the entire tag set from the specified S3 Batch Operations job.
Permissions¶
To use the delete_job_tagging
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:
-
create_job
-
get_job_tagging
-
put_job_tagging
Usage¶
s3control_delete_job_tagging(AccountId, JobId)
Arguments¶
AccountId |
[required] The Amazon Web Services account ID associated with the S3 Batch Operations job. |
JobId |
[required] The ID for the S3 Batch Operations job whose tags you want to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_job_tagging(
AccountId = "string",
JobId = "string"
)