# /trash

2 routes.

## GET /v1/trash

List trashed roots

**Scopes** — `todos:read`

**Errors** — [unauthorized](/errors/unauthorized) · [rate_limited](/errors/rate_limited)

## DELETE /v1/trash

Empty the trash

**Scopes** — `todos:write`

**Errors** — [unauthorized](/errors/unauthorized) · [rate_limited](/errors/rate_limited)
