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