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

*****************************************
delete_storage_lens_configuration_tagging
*****************************************



.. py:method:: S3Control.Client.delete_storage_lens_configuration_tagging(**kwargs)

  

  .. note::

    

    This operation is not supported by directory buckets.

    

   

  Deletes the Amazon S3 Storage Lens configuration tags. For more information about S3 Storage Lens, see `Assessing your storage activity and usage with Amazon S3 Storage Lens <https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html>`__ in the *Amazon S3 User Guide*.

   

  .. note::

    

    To use this action, you must have permission to perform the ``s3:DeleteStorageLensConfigurationTagging`` action. For more information, see `Setting permissions to use Amazon S3 Storage Lens <https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html>`__ in the *Amazon S3 User Guide*.

    

  

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


  **Request Syntax**
  ::

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

    The ID of the S3 Storage Lens configuration.

    

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

    The account ID of the requester.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  