We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4413b9 commit 60bcb5cCopy full SHA for 60bcb5c
README.md
@@ -261,6 +261,9 @@ intercom.tags.all.map {|tag| tag.name }
261
262
# Tag companies
263
tag = intercom.tags.tag(name: 'blue', companies: [{company_id: "42ea2f1b93891f6a99000427"}])
264
+
265
+# Untag Companies
266
+tag = intercom.tags.untag(name: 'blue', companies: [{ company_id: "42ea2f1b93891f6a99000427" }])
267
```
268
269
#### Notes
0 commit comments