Remove Lead Tag
/leads/:leadId/tags/:tagId
Remove a tag from a lead. This only removes the association — the tag itself is not deleted.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
leadId | string (uuid) | The lead ID to remove the tag from |
tagId | string (uuid) | The tag ID to remove |
Example
curl -X DELETE https://api.getnexor.ai/api/public/leads/123e4567-e89b-12d3-a456-426614174000/tags/123e4567-e89b-12d3-a456-426614174001 \
-H "X-API-Key: nxr_live_your_api_key"
Responses
200 — Tag removed successfully
{
"success": true
}
401 — Authentication error
See Authentication.