Social Bulk Delete
Delete multiple social media posts in a single operation. Clean up scheduled content, remove outdated posts, or manage content calendars efficiently.
Content calendars get cluttered. Scheduled posts become irrelevant, seasonal content expires, and campaign pivots leave orphaned posts. Social Bulk Delete lets you clean up multiple posts in a single operation instead of deleting them one at a time.
What This MCP Tool Does
Delete multiple social media posts in a single API call. Provide an array of post IDs and they’re all removed at once. Use with Social Post Search to find the posts first, then bulk-delete matching results.
Endpoint Reference
Bulk delete posts:
POST /social-media-posting/post/bulk-delete
Accepts an array of post IDs. All specified posts are deleted in a single operation.
Authentication
Requires a Private Integration Token (PIT) with the social-media-posting scope enabled.
Key Parameters
postIds— array of post IDs to delete
Important Notes
Deletion is permanent. Already-published posts are removed from the GHL content calendar but may still exist on the social platforms themselves (depends on platform API support for deletion).
Scheduled but unpublished posts are cleanly removed — they simply won’t be posted.
Build a search-then-delete pattern: use Social Post Search to find posts matching your criteria (date range, status, category), collect the IDs, and bulk-delete.
Common Questions
Does deleting remove the post from the social platform too? For scheduled posts that haven’t published yet, yes — they’re simply cancelled. For already-published posts, behavior varies by platform.
Is there a limit on how many posts I can delete at once? Check the API limits. For very large deletions, batch into groups.
Related MCP Tools
- Social Post Search — Find posts to delete
- Social Post CRUD — Delete individual posts
- Social CSV Import — Bulk operations counterpart for creation
- Social Categories — Filter posts by category before deletion
- Social Tags — Filter posts by tags before deletion