S3Control / Client / delete_job_tagging

delete_job_tagging#

S3Control.Client.delete_job_tagging(**kwargs)#

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:

See also: AWS API Documentation

Request Syntax

response = client.delete_job_tagging(
    AccountId='string',
    JobId='string'
)
Parameters:
  • AccountId (string) –

    [REQUIRED]

    The Amazon Web Services account ID associated with the S3 Batch Operations job.

  • JobId (string) –

    [REQUIRED]

    The ID for the S3 Batch Operations job whose tags you want to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • S3Control.Client.exceptions.InternalServiceException

  • S3Control.Client.exceptions.TooManyRequestsException

  • S3Control.Client.exceptions.NotFoundException