---
title: "Unlike post"
method: DELETE
path: "/v1/inbox/posts/{postId}/like"
tags: ["Comments"]
---

# Unlike post

`DELETE /v1/inbox/posts/{postId}/like`

Remove this account's like from a post. Supported platforms: LinkedIn, Twitter/X,
Facebook, YouTube, Bluesky. On YouTube this clears the rating. For Bluesky,
`likeUri` (returned when the post was liked) is required. Reddit uses
`POST /v1/accounts/{accountId}/reddit-vote` with `direction: 0`.

## Path parameters

- `postId` string, required

## Query parameters

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

## Response `200`

Post unliked

- object
  - `status` string
  - `postId` string — The resolved native post ID
  - `platform` string
  - `liked` boolean

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — Inbox addon required, or the account is missing the platform scope
- `404` — Account or post not found

---

[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/revisions/f81ca70ea6b9/schema)
