DeadlineCloud / Client / delete_budget
delete_budget#
- DeadlineCloud.Client.delete_budget(**kwargs)#
- Deletes a budget. - See also: AWS API Documentation - Request Syntax- response = client.delete_budget( farmId='string', budgetId='string' ) - Parameters:
- farmId (string) – - [REQUIRED] - The farm ID of the farm to remove from the budget. 
- budgetId (string) – - [REQUIRED] - The budget ID of the budget to delete. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- DeadlineCloud.Client.exceptions.AccessDeniedException
- DeadlineCloud.Client.exceptions.InternalServerErrorException
- DeadlineCloud.Client.exceptions.ResourceNotFoundException
- DeadlineCloud.Client.exceptions.ThrottlingException
- DeadlineCloud.Client.exceptions.ValidationException