---
title: "Remove relationship from a role in a matter."
method: DELETE
path: "/matters/{matterId}/roles/{roleId}/relationships/{id}"
tags: ["Relationships"]
---

# Remove relationship from a role in a matter.

`DELETE /matters/{matterId}/roles/{roleId}/relationships/{id}`

Removes a relationship from a role in a matter.

## Path parameters

- `matterId` string, uuid, required
- `roleId` string, uuid, required
- `id` string, uuid, required

## Headers

- `Version` integer

## Response `202`

When request is accepted. Returns a hypermedia 'Link' object of the relationship to be deleted.

- Link
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable

## Other responses

- `404` — When matter, role or relationship does not exist.

---

[API](https://skmtc.net/smokeball/apis/api.md) · [All operations](https://skmtc.net/smokeball/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smokeball/api/revisions/ffc7fffa0d5c/schema)
