---
title: "Delete Genealogies Relationship"
method: DELETE
path: "/genealogies/persons/{pid}/relationships/{cid}"
tags: ["Relationships"]
---

# Delete Genealogies Relationship

`DELETE /genealogies/persons/{pid}/relationships/{cid}`

Delete a genealogies relationship.

## Path parameters

- `pid` string, required
- `cid` string, required

## Headers

- `X-Reason` string

## Response `204`

The delete was successful.

## Other responses

- `301` — The requested genealogies relationship has been merged to another genealogies relationship.
- `404` — The requested genealogies relationship was not found.
- `409` — An attempt was made to delete the genealogies relationship while another request committed a change to the genealogies relationship.
- `410` — The requested genealogies relationship has been deleted.
- `429` — The request was throttled.

---

[API](https://skmtc.net/familysearch/apis/authentication-endpoints.md) · [All operations](https://skmtc.net/familysearch/apis/authentication-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/familysearch/authentication-endpoints/revisions/2b5020574a62/schema)
