:doc:`S3Control <../../s3control>` / Client / delete_job_tagging

******************
delete_job_tagging
******************



.. py:method:: 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 <https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags>`__ in the *Amazon S3 User Guide*.

     

  Related actions include:

   

  
  * `CreateJob <https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html>`__
   
  * `GetJobTagging <https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetJobTagging.html>`__
   
  * `PutJobTagging <https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutJobTagging.html>`__
  

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/DeleteJobTagging>`_  


  **Request Syntax**
  ::

    response = client.delete_job_tagging(
        AccountId='string',
        JobId='string'
    )
    
  :type AccountId: string
  :param AccountId: **[REQUIRED]** 

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

    

  
  :type JobId: string
  :param JobId: **[REQUIRED]** 

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

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`S3Control.Client.exceptions.InternalServiceException`

  
  *   :py:class:`S3Control.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`S3Control.Client.exceptions.NotFoundException`

  