---
title: "Delete Tree Person Reference"
method: DELETE
path: "/tree/persons/{pid}/tree-person-reference/{tprid}"
tags: ["Persons"]
---

# Delete Tree Person Reference

`DELETE /tree/persons/{pid}/tree-person-reference/{tprid}`

Deletes a specific tree person reference from a person.

## Path parameters

- `pid` string, required
- `tprid` string, required

## Headers

- `X-Reason` string

## Response `204`

The tree person reference was successfully deleted.

## Other responses

- `301` — The person has been merged into another person.
- `400` — The request contains invalid data or missing required parameters or fields.
- `404` — The requested person or associated tree person reference was not found.
- `410` — The person 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)
