delete_comment
Remove unwanted comments from LinkedIn posts using the official API to maintain professional content quality and manage community interactions.
Instructions
Delete a comment from a LinkedIn post using the Official API.
Requires "Community Management API" product enabled in your LinkedIn Developer app.
Args: post_urn: The URN of the post containing the comment (e.g., "urn:li:share:123456" or "urn:li:activity:123456") comment_id: The ID or URN of the comment to delete
Returns success status.
Note: You can only delete comments that you have authored.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_urn | Yes | ||
| comment_id | Yes |