Skip to main content
DELETE
/
api
/
v2
/
lead-lists
/
{id}
{
  "id": "019cc043-af16-762e-9bbb-afe77b799963",
  "organization_id": "019cc043-af16-762e-9bbb-afe868a7b71e",
  "name": "My Lead List",
  "timestamp_created": "2026-03-05T23:09:47.158Z",
  "has_enrichment_task": false,
  "owned_by": "019cc043-af16-762e-9bbb-afe9cede78cd"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

The ID of the item to delete

Example:

"019cc043-e38a-7d88-ad56-96656943dc19"

Body

application/json

The body is of type null.

Example:

null

Response

The deleted Lead List

A list used to store leads

id
string<uuid>
required

Unique identifier for the lead list

Example:

"019cc043-af16-762e-9bbb-afe77b799963"

organization_id
string<uuid>
required

Organization ID that owns this lead list

Example:

"019cc043-af16-762e-9bbb-afe868a7b71e"

name
string
required

Name of the lead list

Example:

"My Lead List"

timestamp_created
string<date-time>
required

Timestamp when the lead list was created

Example:

"2026-03-05T23:09:47.158Z"

has_enrichment_task
null | boolean

Whether this list runs the enrichment process on every added lead or not

Example:

false

owned_by
null | string<uuid>

User ID of the owner of this lead list. Defaults to the user that created the list

Example:

"019cc043-af16-762e-9bbb-afe9cede78cd"