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