Unfollow Company¶
It unfollows the company passed in company_link
.
body: returns data
success_score: api success rate
errors: errors encountered in api
Here is the code:-
-
linkedin.
unfollow_company
(company_link='https://www.linkedin.com/company/microsoft/')¶ - Parameters
company_link (str) – company link which need to be unfollowed
- Returns
{“body”: {}, “success_score”: “100”, “errors”: []}
- Return type
dict