LinkedIn Analytics
Remove a reaction from a LinkedIn post
Remove your reaction from a LinkedIn post. Parameters can be provided either as query parameters OR in the request body.
delete/linkedin-reactions
Query parameters
postedIdstring
LinkedIn URN (can also be provided in request body)
platformIdstring
LinkedIn connection ID (can also be provided in request body)
Request body
Example request
{
"postedId": "urn:li:share:7123456789012345678",
"platformId": "linkedin-Tz9W5i6ZYG"
}Response
Reaction removed
Example response
{
"success": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.