Skip to content

Delete Cost Category Definition

costexplorer_delete_cost_category_definition R Documentation

Deletes a cost category

Description

Deletes a cost category. Expenses from this month going forward will no longer be categorized with this cost category.

Usage

costexplorer_delete_cost_category_definition(CostCategoryArn)

Arguments

CostCategoryArn

[required] The unique identifier for your cost category.

Value

A list with the following syntax:

list(
  CostCategoryArn = "string",
  EffectiveEnd = "string"
)

Request syntax

svc$delete_cost_category_definition(
  CostCategoryArn = "string"
)