Remove tags from a company

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"]
}
Language
Credentials
Bearer
JWT
URL
Click Try It! to start a request and see the response here!