---
title: "Unlike comment"
method: DELETE
path: "/v1/inbox/comments/{postId}/{commentId}/like"
tags: ["Comments"]
---

# Unlike comment

`DELETE /v1/inbox/comments/{postId}/{commentId}/like`

Remove a like from a comment. Supported platforms: Facebook, Twitter/X, Bluesky,
Reddit, LinkedIn, and Instagram in limited release. For Bluesky, the likeUri query
parameter is required. Instagram has the same limited release, Facebook Login,
`instagram_manage_engagement` and burst-limit constraints as liking.

## Path parameters

- `postId` string, required
- `commentId` string, required

## Query parameters

- `accountId` string, required
- `likeUri` string

## Response `200`

Comment unliked

- object
  - `status` string
  - `commentId` string
  - `liked` boolean
  - `platform` string

## Other responses

- `400` — Platform does not support unliking comments
- `401` — Unauthorized
- `403` — Inbox addon required, or the account is missing the platform permission

---

[API](https://skmtc.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/2d81890d21d5/schema)
