CompanyContactRemoveFromCompany
Removes a company contact from a Company.
Input
Name | Type | Description |
CompanyContactId | String | The ID of the company contact to remove from the Company. |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates whether or not the operation executed successfully. |
Details | String | Any extra details on the operation's execution. |
RemovedCompanyContactId | String | The ID of the removed company contact. |