Skip to content

Delete Pricing Rule

billingconductor_delete_pricing_rule R Documentation

Deletes the pricing rule that's identified by the input Amazon Resource Name (ARN)

Description

Deletes the pricing rule that's identified by the input Amazon Resource Name (ARN).

Usage

billingconductor_delete_pricing_rule(Arn)

Arguments

Arn

[required] The Amazon Resource Name (ARN) of the pricing rule that you are deleting.

Value

A list with the following syntax:

list(
  Arn = "string"
)

Request syntax

svc$delete_pricing_rule(
  Arn = "string"
)