Delete a LinkedIn Post
linkedin_delete_postDelete a LinkedIn post permanently using its post ID or URN. Removes the post from LinkedIn immediately with no undo.
Instructions
Permanently delete a LinkedIn post by its ID or URN.
⚠️ DESTRUCTIVE — This action cannot be undone.
Args:
post_id (string, required): Post ID or URN (e.g., 'post-123' or 'urn:li:share:post-123')
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns (JSON format): { "postId": string, // The ID that was deleted "status": "DELETED", // Always "DELETED" "note": string // Warning about permanence }
Requires scope: w_member_social
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | The ID or URN of the post to delete (e.g., 'post-123' or 'urn:li:share:post-123') | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |