Skip to main content

Remove Lead Tag

DELETE /leads/:leadId/tags/:tagId

Remove a tag from a lead. This only removes the association — the tag itself is not deleted.

Path Parameters

ParameterTypeDescription
leadIdstring (uuid)The lead ID to remove the tag from
tagIdstring (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.

500 — Internal server error