---
title: "Delete a relation"
method: DELETE
path: "/v1/cases/{caseId}/relations/{caseRelationId}"
tags: ["Cases"]
---

# Delete a relation

`DELETE /v1/cases/{caseId}/relations/{caseRelationId}`

Delete the specified relation.

---

#### See also  
Learn more about [Cases](./cases-guide)

## Path parameters

- `caseId` string, uuid, required
- `caseRelationId` string, uuid, required

## Response `204`

## Other responses

- `400` — The request is either malformed or contain invalid parameters. - Make sure the identifiers specified in the URL are valid UUIDs - Make sure that when there are individual or company relations in a case, each individual or company has at least one relation (no orphan)
- `404` — No case or relation can be found.

---

[API](https://skmtc.dev/dotfile/apis/api-specifications.md) · [All operations](https://skmtc.dev/dotfile/apis/api-specifications/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dotfile/api-specifications/revisions/36393567057b/schema)
