delete_billing_group
(**kwargs)¶Deletes the billing group.
Requires permission to access the DeleteBillingGroup action.
See also: AWS API Documentation
Request Syntax
response = client.delete_billing_group(
billingGroupName='string',
expectedVersion=123
)
[REQUIRED]
The name of the billing group.
DeleteBillingGroup
request is rejected with a VersionConflictException
.dict
Response Syntax
{}
Response Structure
Exceptions
IoT.Client.exceptions.InvalidRequestException
IoT.Client.exceptions.VersionConflictException
IoT.Client.exceptions.ThrottlingException
IoT.Client.exceptions.InternalFailureException