Delete LinkedIn Post
linkedin_delete_postPermanently delete a LinkedIn post using its URN. Only the author can delete, and the action cannot be undone.
Instructions
Permanently delete a LinkedIn post by its URN.
Only the author of the post can delete it. This action cannot be undone.
Requires scope: w_member_social (member posts) or w_organization_social (org posts)
Args:
post_urn (string): URN of the post to delete (e.g., 'urn:li:share:7123456789')
Returns: Confirmation message on success.
Error Handling:
403 if you are not the author of the post
404 if the post does not exist or is already deleted
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_urn | Yes | URN of the post to delete (e.g., 'urn:li:share:7123456789') |