:doc:`BillingConductor <../../billingconductor>` / Client / disassociate_pricing_rules

**************************
disassociate_pricing_rules
**************************



.. py:method:: BillingConductor.Client.disassociate_pricing_rules(**kwargs)

  

  Disassociates a list of pricing rules from a pricing plan.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/billingconductor-2021-07-30/DisassociatePricingRules>`_  


  **Request Syntax**
  ::

    response = client.disassociate_pricing_rules(
        Arn='string',
        PricingRuleArns=[
            'string',
        ]
    )
    
  :type Arn: string
  :param Arn: **[REQUIRED]** 

    The pricing plan Amazon Resource Name (ARN) to disassociate pricing rules from.

    

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

    A list containing the Amazon Resource Name (ARN) of the pricing rules that will be disassociated.

    

  
    - *(string) --* 

    

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

    
    ::

      {
          'Arn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Arn** *(string) --* 

        The Amazon Resource Name (ARN) of the pricing plan that the pricing rules successfully disassociated from.

        
  
  **Exceptions**
  
  *   :py:class:`BillingConductor.Client.exceptions.ConflictException`

  
  *   :py:class:`BillingConductor.Client.exceptions.ThrottlingException`

  
  *   :py:class:`BillingConductor.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`BillingConductor.Client.exceptions.ValidationException`

  
  *   :py:class:`BillingConductor.Client.exceptions.InternalServerException`

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

  