:doc:`Billing <../../billing>` / Client / disassociate_source_views

*************************
disassociate_source_views
*************************



.. py:method:: Billing.Client.disassociate_source_views(**kwargs)

  

  Removes the association between one or more source billing views and an existing billing view. This allows modifying the composition of aggregate billing views.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/billing-2023-09-07/DisassociateSourceViews>`_  


  **Request Syntax**
  ::

    response = client.disassociate_source_views(
        arn='string',
        sourceViews=[
            'string',
        ]
    )
    
  :type arn: string
  :param arn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the billing view to disassociate source views from.

    

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

    A list of ARNs of the source billing views to disassociate.

    

  
    - *(string) --* 

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **arn** *(string) --* 

        The ARN of the billing view that the source views were disassociated from.

        
  
  **Exceptions**
  
  *   :py:class:`Billing.Client.exceptions.BillingViewHealthStatusException`

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

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

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

  
  *   :py:class:`Billing.Client.exceptions.ConflictException`

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

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

  