Skip to main content
DELETE
/
lead
/
tag
Remove Tag from Lead
curl --request DELETE \
  --url https://api.plura.ai/v1/lead/tag \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "lead_id": "<string>",
  "tag": "<string>",
  "message": "Tag removed successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.plura.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key from Settings → API Keys in your workspace

Query Parameters

lead_id
string
required

UUID of the lead

tag
string
required

Tag to remove

Response

Tag removed successfully

status
string
Example:

"success"

lead_id
string
tag
string
message
string
Example:

"Tag removed successfully"