delete_billing_group
(**kwargs)¶Deletes a billing group.
See also: AWS API Documentation
Request Syntax
response = client.delete_billing_group(
Arn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the billing group that you're deleting.
{
'Arn': 'string'
}
Response Structure
The Amazon Resource Name (ARN) of the deleted billing group.
Exceptions
BillingConductor.Client.exceptions.ThrottlingException
BillingConductor.Client.exceptions.AccessDeniedException
BillingConductor.Client.exceptions.ValidationException
BillingConductor.Client.exceptions.InternalServerException