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
This action is irreversible. After you delete a case, you cannot recover its data.
delete/domains/{domainId}/cases/{caseId}
Path parameters
domainIdstring required
A unique identifier of the Cases domain.
caseIdstring required
A unique identifier of the case.
Response
Success
DeleteCaseResponse required