DeleteLinkedInAccount
Delete a LinkedIn account by its ID. This soft-deletes the LinkedIn account.
- `forceDelete=false` (default): deletion fails with 400 if the account belongs to an active campaign.
- `forceDelete=true`: the account is removed from active campaigns and then deleted.
Requires the Master (Organization) API Key.
Path parameters
linkedInAccountId
Headers
X-API-KEY
Master (Organization) API Key
Query parameters
forceDelete
false: deletion fails if the account belongs to an active campaign. true: the account is removed from active campaigns and then deleted.

