---
title: "DELETE /domains/{domainId}/cases/{caseId}"
method: DELETE
path: "/domains/{domainId}/cases/{caseId}"
---

# DELETE /domains/{domainId}/cases/{caseId}

`DELETE /domains/{domainId}/cases/{caseId}`

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.

## Path parameters

- `domainId` string, required
- `caseId` string, required

## Response `200`

Success

- DeleteCaseResponse

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — ValidationException
- `483` — ThrottlingException
- `484` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/connectcases.md) · [All operations](https://skmtc.net/aws/apis/connectcases/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/connectcases/versions/2533502f9155/schema)
