:doc:`Budgets <../../budgets>` / Client / delete_budget

*************
delete_budget
*************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/budgets-2016-10-20/DeleteBudget>`_  


  **Request Syntax**
  ::

    response = client.delete_budget(
        AccountId='string',
        BudgetName='string'
    )
    
  :type AccountId: string
  :param AccountId: **[REQUIRED]** 

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

    

  
  :type BudgetName: string
  :param BudgetName: **[REQUIRED]** 

    The name of the budget that you want to delete.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      Response of DeleteBudget

      
  
  **Exceptions**
  
  *   :py:class:`Budgets.Client.exceptions.InternalErrorException`

  
  *   :py:class:`Budgets.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`Budgets.Client.exceptions.NotFoundException`

  
  *   :py:class:`Budgets.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Budgets.Client.exceptions.ThrottlingException`

  