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( budgetId='string', farmId='string' )
- Parameters:
budgetId (string) –
[REQUIRED]
The budget ID of the budget to delete.
farmId (string) –
[REQUIRED]
The farm ID of the farm to remove from the budget.
- 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