---
title: "Retrieve deleted entities."
method: GET
path: "/data/deleted_entities"
tags: ["Deleted Entities"]
---

# Retrieve deleted entities.

`GET /data/deleted_entities`

## Query parameters

- `collection_ids` string[]
- `limit` integer
- `before_id` string, uuid
- `after_id` string, uuid
- `deleted_at_order` 'asc' | 'desc'

## Response `200`

Results are identifiers matching the search query.

- object
  - `entities` object[]
    - `deleted_at` string, date-time — Timestamp when entity was deleted
    - `identifier` EntityIdentifier — Every entity in the system has a unique identifier that contains all necessary properties to represent it.
      - `entity_def_id` 'acquisition' | 'address' | 'award' | 'category' | 'category_group' | 'market_insight' | 'market_insight_reason' | 'degree' | 'diversity_spotlight' | 'event' | 'event_appearance' | 'fund' | 'funding_round' | 'growth_insight' | 'investment' | 'investor_insight' | 'investor_match' | 'ipo' | 'job' | 'key_employee_change' | 'layoff' | 'legal_proceeding' | 'location' | 'micro_category' | 'organization' | 'org_similarity' | 'product_similarity' | 'ownership' | 'partnership_announcement' | 'person' | 'press_reference' | 'product' | 'product_launch' | 'research_insight', required
      - `image_id` string
      - `permalink` string
      - `uuid` string, uuid, required — Universally Unique Identifier
      - `value` string

## Other responses

- `400` — Bad Request
- `500` — Request Failed

---

[API](https://skmtc.net/crunchbase/apis/firmographic-package.md) · [All operations](https://skmtc.net/crunchbase/apis/firmographic-package/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchbase/firmographic-package/revisions/3277c0d3e46a/schema)
