ConnectCases / Client / delete_case
delete_case¶
- ConnectCases.Client.delete_case(**kwargs)¶
- The DeleteCase API permanently deletes a case and all its associated resources from the cases data store. After a successful deletion, you cannot: - Retrieve related items 
- Access audit history 
- Perform any operations that require the CaseID 
 - Warning- This action is irreversible. After you delete a case, you cannot recover its data. - See also: AWS API Documentation - Request Syntax- response = client.delete_case( domainId='string', caseId='string' ) - Parameters:
- domainId (string) – - [REQUIRED] - A unique identifier of the Cases domain. 
- caseId (string) – - [REQUIRED] - A unique identifier of the case. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- ConnectCases.Client.exceptions.InternalServerException
- ConnectCases.Client.exceptions.ResourceNotFoundException
- ConnectCases.Client.exceptions.ValidationException
- ConnectCases.Client.exceptions.ThrottlingException
- ConnectCases.Client.exceptions.AccessDeniedException