Home//
REST API Reference
/- Remove tag from a contact
List attached contacts
Attach a Contact to a Company
List attached companies for contact
Detach a contact from a company
List all contact notes
Create a note
List attached segments for contact
List subscriptions for a contact
Add subscription to a contact
Remove subscription from a contact
List tags attached to a contact
Add tag to a contact
Update a contact
Get a contact
Delete a contact
Merge a lead and a user
Preview a contact merge
Search contacts
List all contact activities
List all contacts
Create contact
Get a contact by External ID
Archive contact
Unarchive contact
Block contact
Get contact merge history
List banners for a contact
Dismiss a banner for a contact
Bulk create contacts
Bulk update contacts
Bulk delete contacts
Get a bulk update job
Contact
Contacts Bulk Job
Remove tag from a contact
You can remove tag from a specific contact. This will return a tag object for the tag that was removed from the contact.
Security
bearerAuth
Intercom-Versionstring(intercom_version)
Intercom API version.
By default, it's equal to the version set in the app package.
Default:"Preview"
Enum:"1.0""1.1""1.2""1.3""1.4""2.0""2.1""2.2""2.3""2.4"
Example:Preview
- The production API serverhttps://api.intercom.io/contacts/{contact_id}/tags/{id}
- The european API serverhttps://api.eu.intercom.io/contacts/{contact_id}/tags/{id}
- The australian API serverhttps://api.au.intercom.io/contacts/{contact_id}/tags/{id}
curl -i -X DELETE \
https://api.intercom.io/contacts/63a07ddf05a32042dffac965/tags/7522907 \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Intercom-Version: Preview'successful
The time when the tag was applied to the object. Only present when the tag is returned as part of a tagging operation on a contact, conversation, ticket, article, internal article, or content snippet.
Example:1663597223
applied_byobject or null(Reference)
The admin who applied the tag. Only present when the tag is returned as part of a tagging operation on a contact, conversation, ticket, article, internal article, or content snippet.
Response
{ "type": "tag", "id": "84", "name": "Manual tag", "applied_at": 1663597223, "applied_by": { "type": "admin", "id": "456" } }