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)

Arguments

arn

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

Value

A list with the following syntax:

list(
  arn = "string"
)

Request syntax

svc$delete_billing_view(
  arn = "string"
)