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 options
v3platform stringrequired
Platform that supports liking / unliking comments (Instagram is not supported)
Available options
facebooklinkedincommunitytiktokblueskyid 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
Successful response
- application/json
- Schema
- Example (auto)
Schema
successbooleanrequired
Success or Failure
statusCodenumberrequired
Status Code
messagestringrequired
Message
{
"success": true,
"statusCode": 200,
"message": "Deleted Like"
}