CompanyContactRemoveFromCompany
Removes a contact from a specified business-to-business (B2B) company.
Input
| Name | Type | Description |
| CompanyContactId | String | The identifier of the company contact to remove from the company. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the request completed successfully. |
| Details | String | Additional information or error details about the request outcome. |
| RemovedCompanyContactId | String | The identifier of the company contact that was removed. |