Skip to content

Delete Billing View

billing_delete_billing_view R Documentation

Deletes the specified billing view

Description

Deletes the specified billing view.

Usage

billing_delete_billing_view(arn, force)

Arguments

arn

[required] The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.

force

If set to true, forces deletion of the billing view even if it has derived resources (e.g. other billing views or budgets). Use with caution as this may break dependent resources.

Value

A list with the following syntax:

list(
  arn = "string"
)

Request syntax

svc$delete_billing_view(
  arn = "string",
  force = TRUE|FALSE
)