Detach a contact from a group conversation

Example Request & Response

$ curl 'https://api.intercom.io/conversations/<conversation_id>/customers/<contact_id>' \\\n-X DELETE \\\n-H 'Authorization:Bearer <Your access token>' \\\n-H 'Accept:application/json' \\\n-H 'Content-Type:application/json' -d\n\n{\n  \"admin_id\": \"781345\"\n}

Removes a Contact from a group conversation.

Request Path Parameters

ParameterTypeRequired?Description
conversation_idStringYesThe identifier for the conversation as given by Intercom.
contact_idStringYesThe identifier for the contact as given by Intercom.

Request Body Parameters

ParameterTypeRequired?Description
admin_idStringYesThe id of the admin who is performing the action.

Response

This will return the Contact who was detached from the conversation.