---
title: "Remove a person from an outreach prospect"
method: DELETE
path: "/v3/outreach/prospects/{id}/people/{personId}"
tags: ["Outreach"]
---

# Remove a person from an outreach prospect

`DELETE /v3/outreach/prospects/{id}/people/{personId}`

Removes the person from this prospect without deleting purchased addresses or sent-mail history. A later people search may find them again. A person currently being enriched cannot be removed until that lookup finishes.

## Path parameters

- `id` string, required
- `personId` string, required

## Response `200`

Default Response

- object
  - `success` boolean, required

## Changes

- **2026-09-17** `ea8bce67cd7e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/outreach/prospects/:id/people/:personId/delete.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/623d4784f6e6?raw)
