Skip to content

Delete Billing Group

billingconductor_delete_billing_group R Documentation

Deletes a billing group

Description

Deletes a billing group.

Usage

billingconductor_delete_billing_group(Arn)

Arguments

Arn

[required] The Amazon Resource Name (ARN) of the billing group that you're deleting.

Value

A list with the following syntax:

list(
  Arn = "string"
)

Request syntax

svc$delete_billing_group(
  Arn = "string"
)