comments
Unlike comment
Remove a like from a comment. Supported platforms: Facebook, Twitter/X, Bluesky, Reddit. For Bluesky, the likeUri query parameter is required.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
postIdstring
commentIdstring
Query Parameters
accountIdstring
likeUri?string
(Bluesky only) The like URI returned when liking
Response Body
application/json
application/json
curl -X DELETE "https://getlate.dev/api/v1/inbox/comments/string/string/like?accountId=string"{
"status": "string",
"commentId": "string",
"liked": true,
"platform": "string"
}Empty
{
"error": "Unauthorized"
}Empty