Skip to main content
Version: v3

Unlike a comment

DELETE 

/social-media-posting/comments/:platform/:id/like

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).

Request

Version stringrequired

API Version

Available optionsv3
platform stringrequired

Platform that supports liking / unliking comments (Instagram is not supported)

Available optionsfacebooklinkedincommunitytiktokbluesky
id stringrequired

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.

locationId stringrequired

Location ID

application/json

Successful response

Schema
    successbooleanrequired

    Success or Failure

    statusCodenumberrequired

    Status Code

    messagestringrequired

    Message