---
title: "Delete Preferred Parent Relationship"
method: DELETE
path: "/tree/users/{uid}/preferred-parent-relationships/{pid}"
tags: ["Relationships: Child and Parents"]
---

# Delete Preferred Parent Relationship

`DELETE /tree/users/{uid}/preferred-parent-relationships/{pid}`

Delete the preferred parent relationship for the given user and tree person.

## Path parameters

- `uid` string, required
- `pid` string, required

## Response `204`

The deletion of the preferred parent relationship was successful.

## Other responses

- `404` — The requested preferred parent relationship was not found.
- `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)
