v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBLeadLabel
Delete lead label
Requires one of the following scopes: lead-labels:delete, lead-labels:all, all:delete, all:all
delete/api/v2/lead-labels/{id}
Path parameters
idstring uuid required
Example:019f94cd-aed3-705d-9033-eebef1a3a2e2
The ID of the item to delete
Request body
Example request
{
"reassigned_status": 1
}Response
The deleted Lead Label
Example response
{
"id": "019f94cd-83e0-7429-94c8-21a0dd9220c8",
"timestamp_created": "2026-07-24T15:45:24.448Z",
"created_by": "019f94cd-83e0-7429-94c8-21a15cab7bb9",
"organization_id": "019f94cd-83e0-7429-94c8-21a2305531f8",
"label": "Hot Lead",
"interest_status_label": "positive",
"interest_status": 1,
"description": "Used for marking high-priority leads"
}