ConnectCases / Client / delete_case_rule
delete_case_rule¶
- ConnectCases.Client.delete_case_rule(**kwargs)¶
- Deletes a case rule. In the Amazon Connect admin website, case rules are known as case field conditions. For more information about case field conditions, see Add case field conditions to a case template. - See also: AWS API Documentation - Request Syntax- response = client.delete_case_rule( domainId='string', caseRuleId='string' ) - Parameters:
- domainId (string) – - [REQUIRED] - Unique identifier of a Cases domain. 
- caseRuleId (string) – - [REQUIRED] - Unique identifier of a case rule. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- ConnectCases.Client.exceptions.InternalServerException
- ConnectCases.Client.exceptions.ResourceNotFoundException
- ConnectCases.Client.exceptions.ThrottlingException
- ConnectCases.Client.exceptions.AccessDeniedException
- ConnectCases.Client.exceptions.ConflictException