neilhighley
neilhighley

Reputation: 688

REST API v1 Share Limitations

Trying to delete a share that I created using the LinkedIn API. There doesn't seem to be a way of deleting or even amending the visability of a share after it has been posted. Is the only way of editing a share after it is posted, manually logging into the LinkedIn page in question and deleting the share from the page?

Upvotes: 3

Views: 216

Answers (2)

amandeep walia
amandeep walia

Reputation: 11

you can delete you shared post via DELETE https://api.linkedin.com/v2/ugcPosts/{encoded ugcPostUrn|shareUrn}. For edit u can only edit a text only post. via POST https://api.linkedin.com/v2/shares/{shareURN}

Upvotes: 1

Justin Kominar
Justin Kominar

Reputation: 3374

You are correct. There is currently no way, via the API, to edit or remove shared content. It can only be achieved manually via the website at this time.

Upvotes: 5

Related Questions