Delete Pricing Plan
billingconductor_delete_pricing_plan | R Documentation |
Deletes a pricing plan¶
Description¶
Deletes a pricing plan. The pricing plan must not be associated with any billing groups to delete successfully.
Usage¶
billingconductor_delete_pricing_plan(Arn)
Arguments¶
Arn |
[required] The Amazon Resource Name (ARN) of the pricing plan that you're deleting. |
Value¶
A list with the following syntax:
list(
Arn = "string"
)
Request syntax¶
svc$delete_pricing_plan(
Arn = "string"
)