Dissociate accounts from contact
POST {{baseUrl}}/v1/contacts/:contact_id/dissociateAccounts
This API dissociates multiple accounts from a particular contact.
OAuth Scope
Desk.contacts.UPDATE
Attributes
| Attribute Name | Data Type | Description |
|---|---|---|
| ids (required) | <list> | IDs of the accounts to dissociate from the contact |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"results":[{"success":true,"id":"7000000027223","errors":null}]}