Remove tags from a person

Remove specific tags from a person. Other tags remain unchanged.

Use Cases:

  • Remove outdated status tags (e.g., remove "lead" after converting to "customer")
  • Clean up expired campaign tags
  • Remove behavioral tags after action taken

Behavior:

  • Only removes tags specified in the request
  • If a tag doesn't exist on the person, it's ignored (no error)
  • Other tags remain unchanged

Example:

{
  "tags": ["old-campaign", "expired"]
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Person ID

Body Params
tags
array of strings
required
tags*
Response
200

tags removed

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!