Delete Lead
Leads
Delete Lead
Remove one Lead and its dependent Lead data from the workspace.
DELETE
Delete Lead
CLI:
Overview
Deletes a Lead owned by the authenticated workspace. Deleting the Lead also removes dependent memberships, attributes, and source rows. Use this only when the Lead should disappear everywhere. If the goal is to remove a Lead from one List while keeping the workspace record available elsewhere, use the List Lead removal endpoint instead.AI agent notes
Pass the Lead
id. A successful response is { "success": true }. A missing or unauthorized Lead returns 404.