Skip to content

Delete Budget

budgets_delete_budget R Documentation

Deletes a budget

Description

Deletes a budget. You can delete your budget at any time.

Deleting a budget also deletes the notifications and subscribers that are associated with that budget.

Usage

budgets_delete_budget(AccountId, BudgetName)

Arguments

AccountId

[required] The accountId that is associated with the budget that you want to delete.

BudgetName

[required] The name of the budget that you want to delete.

Value

An empty list.

Request syntax

svc$delete_budget(
  AccountId = "string",
  BudgetName = "string"
)