post
https://api.suresend.ai/api/partner/companies//tags/delete
Remove specific tags from a company. Other tags remain unchanged.
Use Cases:
- Remove outdated status tags (e.g., remove "prospect" after converting to "customer")
- Clean up expired campaign tags
- Remove incorrect or obsolete tags
Behavior:
- Only removes tags specified in the request
- If a tag doesn't exist on the company, it's ignored (no error)
- Other tags remain unchanged
Example:
{
"tags": ["prospect", "cold-lead"]
}