Skip to main content
DELETE
/
api
/
v2
/
lead-labels
/
{id}
Delete lead label
curl --request DELETE \
  --url https://api.instantly.ai/api/v2/lead-labels/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "reassigned_status": 1
}
'
{
  "id": "019dc79a-81c3-7d4e-a299-d006298b26e6",
  "timestamp_created": "2026-04-26T02:24:44.996Z",
  "created_by": "019dc79a-81c4-7b96-9bf8-02ba7d9cdb33",
  "organization_id": "019dc79a-81c4-7b96-9bf8-02bb70e91fe7",
  "label": "Hot Lead",
  "interest_status_label": "positive",
  "interest_status": 1,
  "description": "Used for marking high-priority leads",
  "use_with_ai": false
}

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:

"019dc79a-c493-7600-9fc0-b072bfd98602"

Body

application/json
reassigned_status
number

The interest status to reassign leads and emails to.

Example:

1

Response

The deleted Lead Label

A custom label for categorizing and managing leads

id
string<uuid>
required

Unique identifier for the custom lead label

Example:

"019dc79a-81c3-7d4e-a299-d006298b26e6"

timestamp_created
string<date-time>
required

Timestamp when the custom lead label was created

Example:

"2026-04-26T02:24:44.996Z"

created_by
string<uuid>
required

User ID of the creator of this label

Example:

"019dc79a-81c4-7b96-9bf8-02ba7d9cdb33"

organization_id
string<uuid>
required

Organization ID that owns this custom lead label

Example:

"019dc79a-81c4-7b96-9bf8-02bb70e91fe7"

label
string
required

Display label for the custom lead label

Example:

"Hot Lead"

interest_status_label
enum<string>
required

Interest status label associated with this label

Available options:
positive,
negative,
neutral
Example:

"positive"

interest_status
number
required

Interest status associated with this label. This is generated automatically by us.

Example:

1

description
null | string

Detailed description of the custom lead label purpose

Example:

"Used for marking high-priority leads"

use_with_ai
null | boolean

Whether this label should be used with AI features

Example:

false