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

*******************************
delete_provisioned_product_plan
*******************************



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

  

  Deletes the specified plan.

  

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


  **Request Syntax**
  ::

    response = client.delete_provisioned_product_plan(
        AcceptLanguage='string',
        PlanId='string',
        IgnoreErrors=True|False
    )
    
  :type AcceptLanguage: string
  :param AcceptLanguage: 

    The language code.

     

    
    * ``jp`` - Japanese
     
    * ``zh`` - Chinese
    

    

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

    The plan identifier.

    

  
  :type IgnoreErrors: boolean
  :param IgnoreErrors: 

    If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

  