DeadlineCloud / Client / delete_limit
delete_limit#
- DeadlineCloud.Client.delete_limit(**kwargs)#
Removes a limit from the specified farm. Before you delete a limit you must use the
DeleteQueueLimitAssociation
operation to remove the association with any queues.See also: AWS API Documentation
Request Syntax
response = client.delete_limit( farmId='string', limitId='string' )
- Parameters:
farmId (string) –
[REQUIRED]
The unique identifier of the farm that contains the limit to delete.
limitId (string) –
[REQUIRED]
The unique identifier of the limit to delete.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions