DeleteLinkedInAccount

View as Markdown
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

linkedInAccountIdstringRequired

Headers

X-API-KEYstringOptional

Master (Organization) API Key

Query parameters

forceDeletebooleanOptional

false: deletion fails if the account belongs to an active campaign. true: the account is removed from active campaigns and then deleted.