curl -X DELETE "https://server.smartlead.ai/api/v1/crm/leads/tags/789?api_key=YOUR_KEY"
{
"ok": true,
"message": "Tag removed from lead successfully"
}
{
"message": "Invalid API Key"
}
Lead Tags
Remove Tag from Lead
Remove a specific tag mapping from a lead
DELETE
/
api
/
v1
/
crm
/
leads
/
tags
/
{tagMappingId}
curl -X DELETE "https://server.smartlead.ai/api/v1/crm/leads/tags/789?api_key=YOUR_KEY"
{
"ok": true,
"message": "Tag removed from lead successfully"
}
{
"message": "Invalid API Key"
}
Path Parameters
number
required
The tag mapping ID (not the tag ID). Get this from the Get Lead Tags response.
curl -X DELETE "https://server.smartlead.ai/api/v1/crm/leads/tags/789?api_key=YOUR_KEY"
Response Codes
Success
Request successful
Bad Request
Invalid request parameters or malformed request body
Unauthorized
Invalid or missing API key
Validation Error
Request validation failed. Check parameter types and constraints.
{
"ok": true,
"message": "Tag removed from lead successfully"
}
{
"message": "Invalid API Key"
}
