Skip to content

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

A time range for which the margin summary is effective. The time range can be up to 12 months.

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"
  )
)