---
title: "Delete Tree"
method: DELETE
path: "/trees/{tid}"
tags: ["Trees"]
---

# Delete Tree

`DELETE /trees/{tid}`

Delete a Tree.

## Path parameters

- `tid` string, required

## Response `204`

The requested user tree has been deleted.

## Other responses

- `404` — The requested user tree does not exist.
- `409` — The attempt to delete the requested user tree was made while another request committed a change to the user tree.
- `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/versions/2b5020574a62/schema)
