---
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.
For Bluesky, the likeUri query parameter is required.

## 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

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/versions/51932b099b2f/schema)
