:doc:`Route53Domains <../../route53domains>` / Client / delete_tags_for_domain

**********************
delete_tags_for_domain
**********************



.. py:method:: Route53Domains.Client.delete_tags_for_domain(**kwargs)

  

  This operation deletes the specified tags for a domain.

   

  All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/DeleteTagsForDomain>`_  


  **Request Syntax**
  ::

    response = client.delete_tags_for_domain(
        DomainName='string',
        TagsToDelete=[
            'string',
        ]
    )
    
  :type DomainName: string
  :param DomainName: **[REQUIRED]** 

    The domain for which you want to delete one or more tags.

    

  
  :type TagsToDelete: list
  :param TagsToDelete: **[REQUIRED]** 

    A list of tag keys to delete.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Route53Domains.Client.exceptions.InvalidInput`

  
  *   :py:class:`Route53Domains.Client.exceptions.OperationLimitExceeded`

  
  *   :py:class:`Route53Domains.Client.exceptions.UnsupportedTLD`

  