BillingConductor / Client / delete_pricing_plan
delete_pricing_plan#
- BillingConductor.Client.delete_pricing_plan(**kwargs)#
Deletes a pricing plan. The pricing plan must not be associated with any billing groups to delete successfully.
See also: AWS API Documentation
Request Syntax
response = client.delete_pricing_plan( Arn='string' )
- Parameters:
Arn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the pricing plan that you’re deleting.
- Return type:
dict
- Returns:
Response Syntax
{ 'Arn': 'string' }
Response Structure
(dict) –
Arn (string) –
The Amazon Resource Name (ARN) of the deleted pricing plan.
Exceptions