LinkedIn Analytics
Delete a comment from a LinkedIn post
Remove a comment from a LinkedIn post. Parameters can be provided as query parameters or in the request body.
delete/linkedin-comments
Query parameters
postedIdstring
LinkedIn post URN (can also be provided in request body)
commentIdstring
Comment ID or URN (can also be provided in request body)
platformIdstring
LinkedIn connection ID (can also be provided in request body)
Request body
Response
Comment deleted
Example response
{
"success": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.