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 3035aa7 commit 0be174aCopy full SHA for 0be174a
README.md
@@ -402,7 +402,7 @@ conversation.remove_tag(id: tag.id, admin_id: admin.id)
402
conversation.add_contact(admin_id: admin.id, customer: { intercom_user_id: contact.id })
403
404
# Remove a contact from a conversation
405
-conversation.remove_tag(id: contact.id, admin_id: admin.id)
+conversation.remove_contact(id: contact.id, admin_id: admin.id)
406
```
407
408
#### Full loading of an embedded entity
0 commit comments