> ## Documentation Index
> Fetch the complete documentation index at: https://docs.compliapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delisted Entities

> Entities recently removed from their source lists

Unauthenticated and free. Entities recently removed from their source lists, newest first. Delisted entities no longer match in screening calls, but are retained for audit history. A browsable view is published at [compliapi.com/delisted](https://compliapi.com/delisted).

<ParamField query="limit" type="integer" default="100">
  Number of entities to return (1–500).
</ParamField>

<ParamField query="lists" type="string">
  Comma-separated [list slugs](/api/screen/lists) to narrow the scope (default: all enabled lists).
</ParamField>

```json Example response theme={null}
[
  {
    "entity_type": "onchain_address",
    "value": "0x098b716b8aaf21512996dc57eb0615e2383e2f96",
    "list": "ofac",
    "metadata": { "sdn_name": "...", "programs": ["..."] },
    "source_url": "https://sanctionssearch.ofac.treas.gov/Details.aspx?id=...",
    "removed_at": "2026-07-01T18:04:11Z"
  }
]
```

`entity_type` is one of `onchain_address`, `email`, `website`, or `government_id`.
