Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_budget

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