comments
Delete comment
Delete a comment on a post. Supported by Facebook, Instagram, Bluesky, Reddit, YouTube, LinkedIn, and TikTok. Requires accountId and commentId query parameters.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
postIdstring
Late post ID or platform-specific post ID. LinkedIn third-party posts accept full activity URN or numeric ID.
Query Parameters
accountIdstring
commentIdstring
Response Body
application/json
application/json
curl -X DELETE "https://getlate.dev/api/v1/inbox/comments/string?accountId=string&commentId=string"{
"success": true,
"data": {
"message": "string"
}
}{
"error": "Unauthorized"
}Empty