Delete Lead

Deletes a lead.

DELETE/api/v1/leads/{lead_id}

Description

Performs a soft delete: the lead is hidden from all lists immediately and is never called again. The database row is retained.

Parameters

Path paramTypeDescription
lead_idUUIDThe lead's ID.

Errors

StatusDetail
404Lead not found or not in your company.