BillingConductor / Client / disassociate_accounts
disassociate_accounts#
- BillingConductor.Client.disassociate_accounts(**kwargs)#
- Removes the specified list of account IDs from the given billing group. - See also: AWS API Documentation - Request Syntax- response = client.disassociate_accounts( Arn='string', AccountIds=[ 'string', ] ) - Parameters:
- Arn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the billing group that the array of account IDs will disassociate from. 
- AccountIds (list) – - [REQUIRED] - The array of account IDs to disassociate. - (string) – 
 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'Arn': 'string' } - Response Structure- (dict) – - Arn (string) – - The Amazon Resource Name (ARN) of the billing group that the array of account IDs is disassociated from. 
 
 
 - Exceptions- BillingConductor.Client.exceptions.ThrottlingException
- BillingConductor.Client.exceptions.ConflictException
- BillingConductor.Client.exceptions.AccessDeniedException
- BillingConductor.Client.exceptions.ValidationException
- BillingConductor.Client.exceptions.InternalServerException
- BillingConductor.Client.exceptions.ResourceNotFoundException