ghl_social_delete_like
Remove a like from a comment on Facebook, LinkedIn, Community, TikTok, or Bluesky. Use the Highlevel comment ID to unlike any level of comment.
Instructions
Unlike a comment
Remove a like from a comment by its Highlevel comment ID (the _id returned by the list-comments endpoint — not the native platform ID).
Works for any comment level — top-level comments, replies, and replies-to-replies. Supported platforms: Facebook, LinkedIn, Community, TikTok, Bluesky. Instagram is not supported (passing instagram returns 400).
Endpoint: DELETE /social-media-posting/comments/{platform}/{id}/like (Version header: v3; source: v3/social-planner-v3.json)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Highlevel comment ID — the `_id` returned by the list-comments endpoint (`POST /comments/{platform}/list`). Not the native platform comment ID. Works for any comment level: top-level comments, replies, and replies-to-replies. | |
| platform | Yes | Platform that supports liking / unliking comments (Instagram is not supported) | |
| locationId | Yes | Location ID |