---
title: "DELETE /public/v1/warmlist/{workspaceId}/prospects"
method: DELETE
path: "/public/v1/warmlist/{workspaceId}/prospects"
tags: ["Warm List"]
---

# DELETE /public/v1/warmlist/{workspaceId}/prospects

`DELETE /public/v1/warmlist/{workspaceId}/prospects`

Delete warmlist prospects by ID list or by filter (selectAll). When selectAll is true, engagementType is required.

## Path parameters

- `workspaceId` string, required

## Request body

- object
  - `prospectIds` string[] — Specific prospect IDs to delete.
  - `selectAll` boolean — Delete all prospects matching the filters below.
  - `engagementType` string — Required when selectAll is true. One of: NEW_FOLLOWERS, PROFILE_VIEWERS, POST_ENGAGEMENTS.
  - `monitoredProfileId` string — Only for POST_ENGAGEMENTS.
  - `postId` string — Only for POST_ENGAGEMENTS.
  - `postEngagementType` string — COMMENT or REACTION. Only for POST_ENGAGEMENTS.
  - `icpFit` string[] — Filter by ICP fit: LOW, MEDIUM, HIGH.
  - `profilePrivacy` string — "open" or "closed".

## Response `200`

Default Response

- object
  - `statusCode` number
  - `status` boolean
  - `message` string
  - `data` object
    - `total_deleted` number
    - `total_requested` number

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `429` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/joinvalley/apis/valley-public-api.md) · [All operations](https://skmtc.net/joinvalley/apis/valley-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joinvalley/valley-public-api/revisions/1d888a894943/schema)
