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 NameData TypeDescription
ids (required)<list>
IDs of the accounts to dissociate from the contact

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;results&quot;:[{&quot;success&quot;:true,&quot;id&quot;:&quot;7000000027223&quot;,&quot;errors&quot;:null}]}