delete_budget

Budgets.Client.delete_budget(**kwargs)

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

Warning

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

See also: AWS API Documentation

Request Syntax

response = client.delete_budget(
    AccountId='string',
    BudgetName='string'
)
Parameters
  • AccountId (string) --

    [REQUIRED]

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

  • BudgetName (string) --

    [REQUIRED]

    The name of the budget that you want to delete.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

    Response of DeleteBudget

Exceptions

  • Budgets.Client.exceptions.InternalErrorException
  • Budgets.Client.exceptions.InvalidParameterException
  • Budgets.Client.exceptions.NotFoundException
  • Budgets.Client.exceptions.AccessDeniedException
  • Budgets.Client.exceptions.ThrottlingException