Delete Custom Line Item
billingconductor_delete_custom_line_item | R Documentation |
Deletes the custom line item identified by the given ARN in the current, or previous billing period¶
Description¶
Deletes the custom line item identified by the given ARN in the current, or previous billing period.
Usage¶
billingconductor_delete_custom_line_item(Arn, BillingPeriodRange)
Arguments¶
Arn |
[required] The ARN of the custom line item to be deleted. |
BillingPeriodRange |
Value¶
A list with the following syntax:
list(
Arn = "string"
)
Request syntax¶
svc$delete_custom_line_item(
Arn = "string",
BillingPeriodRange = list(
InclusiveStartBillingPeriod = "string",
ExclusiveEndBillingPeriod = "string"
)
)