ozgur / python-linkedin

Python interface to the LinkedIn API
http://ozgur.github.com/python-linkedin/
MIT License
893 stars 392 forks source link

Ability to delete a share? #118

Open zefoo opened 6 years ago

zefoo commented 6 years ago

On v1 public API is there a way to delete a share?

I found this: https://developer.linkedin.com/docs/guide/v2/shares/share-api#delete - only available on v2 of API, I think I need to request permission to that. Currently errors saying I don't have permission.

I only really want post / publish share and delete functionality, not sure if they'll grant that if I apply to partner program. I wouldn't be willing to pay for that.

Thank you.