Remove Tags
DELETE/contacts/:contactId/tags
Remove Tags
Request
Version stringrequired
API Version
Available options
v3contactId stringrequired
Contact Id
- application/json
- Body
- Example (auto)
Bodyrequired
tagsstring[]required
List of tags to add or remove
{
"tags": [
"minim",
"velit magna"
]
}
Successful response
- application/json
- Schema
- Example (auto)
Schema
tagsstring[]
Current tags on the contact after the operation
{
"tags": [
"minim",
"velit magna"
]
}