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. Once you delete a case, you cannot recover its data.
See also: AWS API Documentation
Request Syntax
response = client.delete_case( caseId='string', domainId='string' )
- Parameters:
caseId (string) –
[REQUIRED]
A unique identifier of the case.
domainId (string) –
[REQUIRED]
A unique identifier of the Cases domain.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions