---
title: "Delete Couple Relationship"
method: DELETE
path: "/tree/couple-relationships/{crid}"
tags: ["Relationships: Couple"]
---

# Delete Couple Relationship

`DELETE /tree/couple-relationships/{crid}`

Delete a couple relationship.

## Path parameters

- `crid` string, required

## Headers

- `X-Reason` string

## Response `204`

The delete was successful.

## Other responses

- `404` — If the requested relationship is not found.
- `409` — If an attempt was made to delete the relationship while another request committed a change to the relationship.
- `410` — If the requested 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)
