:doc:`ServiceCatalog <../../servicecatalog>` / Client / delete_tag_option

*****************
delete_tag_option
*****************



.. py:method:: ServiceCatalog.Client.delete_tag_option(**kwargs)

  

  Deletes the specified TagOption.

   

  You cannot delete a TagOption if it is associated with a product or portfolio.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/DeleteTagOption>`_  


  **Request Syntax**
  ::

    response = client.delete_tag_option(
        Id='string'
    )
    
  :type Id: string
  :param Id: **[REQUIRED]** 

    The TagOption identifier.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`ServiceCatalog.Client.exceptions.TagOptionNotMigratedException`

  
  *   :py:class:`ServiceCatalog.Client.exceptions.ResourceInUseException`

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

  