---
title: "Delete Leads"
method: DELETE
path: "/v2/Outbound/{pearlId}/Leads"
tags: ["Outbound"]
---

# Delete Leads

`DELETE /v2/Outbound/{pearlId}/Leads`

Deletes one or more leads associated with a specific outbound campaign.

## Path parameters

- `pearlId` string, required

## Request body

- DeleteLeadsRequestApi — Represents the request object for deleting one or more leads associated with an outbound campaign.
  - `leadIds` string[], nullable — A list of lead IDs to be deleted.

## Response `200`

Returns a boolean indicating if the deletion was successful.

- boolean

## Other responses

- `400` — Error

---

[API](https://skmtc.net/nlpearl/apis/nlpearl-client-api.md) · [All operations](https://skmtc.net/nlpearl/apis/nlpearl-client-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nlpearl/nlpearl-client-api/versions/52d64fc5d6e9/schema)
