:doc:`ApplicationDiscoveryService <../../discovery>` / Client / delete_tags

***********
delete_tags
***********



.. py:method:: ApplicationDiscoveryService.Client.delete_tags(**kwargs)

  

  Deletes the association between configuration items and one or more tags. This API accepts a list of multiple configuration items.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/DeleteTags>`_  


  **Request Syntax**
  ::

    response = client.delete_tags(
        configurationIds=[
            'string',
        ],
        tags=[
            {
                'key': 'string',
                'value': 'string'
            },
        ]
    )
    
  :type configurationIds: list
  :param configurationIds: **[REQUIRED]** 

    A list of configuration items with tags that you want to delete.

    

  
    - *(string) --* 

    

  :type tags: list
  :param tags: 

    Tags that you want to delete from one or more configuration items. Specify the tags that you want to delete in a *key*-*value* format. For example:

     

    ``{"key": "serverType", "value": "webServer"}``

    

  
    - *(dict) --* 

      Metadata that help you categorize IT assets.

       

      .. warning::

         

        Do not store sensitive information (like personal data) in tags.

        

      

    
      - **key** *(string) --* **[REQUIRED]** 

        The type of tag on which to filter.

        

      
      - **value** *(string) --* **[REQUIRED]** 

        A value for a tag key on which to filter.

        

      
    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.AuthorizationErrorException`

  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.ServerInternalErrorException`

  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.HomeRegionNotSetException`

  