Delete Related Records Using External ID
DELETE {{api-domain}}/crm/v2/Contacts/extcontact3/Deals/extdeal3
In this example, extcontact3 and extdeal3 are the values of the external fields ExternalContactID and ExternalDealID in the Contacts and Deals modules, respectively. we will reference these values to delink the deal from the contact.
For more details, refer to the documentation.
Request Body
{"data"=>[{"Contact_Role"=>"111111000000026002", "External_Deal_ID"=>"extdeal3"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-EXTERNAL | string |