:doc:`DeadlineCloud <../../deadline>` / Client / delete_budget

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



.. py:method:: DeadlineCloud.Client.delete_budget(**kwargs)

  

  Deletes a budget.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/DeleteBudget>`_  


  **Request Syntax**
  ::

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

    The farm ID of the farm to remove from the budget.

    

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

    The budget ID of the budget to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`DeadlineCloud.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`DeadlineCloud.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`DeadlineCloud.Client.exceptions.ResourceNotFoundException`

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

  
  *   :py:class:`DeadlineCloud.Client.exceptions.ValidationException`

  