---
title: "Delete leads Via External"
method: DELETE
path: "/v1/Outbound/{outboundId}/Leads/External"
tags: ["Outbound"]
---

# Delete leads Via External

`DELETE /v1/Outbound/{outboundId}/Leads/External`

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

## Path parameters

- `outboundId` string, required

## Request body

- DeleteLeadsbyExternalRequestApi — Represents the request object for deleting one or more leads associated with an outbound campaign using external identifiers.
  - `leadExternalIds` string[], nullable — A list of external 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)
