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"]
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Company ID

Body Params
tags
array of strings
required

Array of tag names to remove

tags*
Responses
200

tags removed

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json