Skip to main content
DELETE
/
v2
/
Outbound
/
{pearlId}
/
Leads
/
External
Delete leads Via External
curl --request DELETE \
  --url https://api.nlpearl.ai/v2/Outbound/{pearlId}/Leads/External \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "leadExternalIds": [
    "<string>"
  ]
}'
true

Authorizations

Authorization
string
header
required

Specify the authorization token.

For more information, check out the Authorization Guide.

Path Parameters

pearlId
string
required

Body

Represents the request object for deleting one or more leads associated with an outbound campaign using external identifiers.

leadExternalIds
string[] | null

A list of external lead IDs to be deleted.

Response

Returns a boolean indicating if the deletion was successful.

The response is of type boolean.