DeadlineCloud / Client / delete_farm
delete_farm#
- DeadlineCloud.Client.delete_farm(**kwargs)#
 Deletes a farm.
See also: AWS API Documentation
Request Syntax
response = client.delete_farm( farmId='string' )
- Parameters:
 farmId (string) –
[REQUIRED]
The farm ID of the farm to delete.
- Return type:
 dict
- Returns:
 Response Syntax
{}Response Structure
(dict) –
Exceptions
DeadlineCloud.Client.exceptions.AccessDeniedExceptionDeadlineCloud.Client.exceptions.InternalServerErrorExceptionDeadlineCloud.Client.exceptions.ResourceNotFoundExceptionDeadlineCloud.Client.exceptions.ThrottlingExceptionDeadlineCloud.Client.exceptions.ValidationException