v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBLeadList
Delete lead list
Requires one of the following scopes: lead_lists:delete, lead_lists:all, all:delete, all:all
delete/api/v2/lead-lists/{id}
Path parameters
idstring uuid required
Example:019f94cd-aedc-77bd-80eb-7cbbcde35f3d
The ID of the item to delete
Request body
{"stackTrail":"paths:/api/v2/lead-lists/{id}:delete:requestBody:content:application/json:schema","oasType":"schema","type":"unknown","example":null}
Response
The deleted Lead List
Example response
{
"id": "019f94cd-83b9-7ac6-b8b6-f1e45dd95f64",
"organization_id": "019f94cd-83b9-7ac6-b8b6-f1e5911ffe77",
"owned_by": "019f94cd-83b9-7ac6-b8b6-f1e6536b18c1",
"name": "My Lead List",
"timestamp_created": "2026-07-24T15:45:24.409Z"
}