disconnect_linkedin_account
Remove LinkedIn account connection from a Multilead platform seat to manage lead generation and communication settings.
Instructions
Disconnect LinkedIn Account
This action disconnects a specific LinkedIn account from the seat on the platform.
Args: user_id: User ID account_id: Account/Seat ID with LinkedIn connection
Returns: Disconnection confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| account_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"account_id": {
"type": "string"
},
"user_id": {
"type": "string"
}
},
"required": [
"user_id",
"account_id"
],
"type": "object"
}