CompanyContactRemoveFromCompany
Removes a contact from a company record, revoking associated company-level permissions.
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. |