---
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, X,
Facebook, YouTube, Bluesky, and Instagram in limited release. On YouTube this clears
the rating. Instagram has the same limited release, Facebook Login,
`instagram_manage_engagement` and burst-limit constraints as liking. 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

## Changes

- **2026-09-16** `3e6ddf2a99ea` — 1 info
  - added the optional property `details/budgetScope` to the response with the `400` status
- **2026-09-15** `0dba7d004d75` — 2 info
  - added the optional property `details/quotaExhausted` to the response with the `400` status
  - added the optional property `details/quotaScope` to the response with the `400` status
- **2026-08-10** `f81ca70ea6b9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/zernio/apis/zernio-api/changes/v1/inbox/posts/:postId/like/delete.md)

---

[API](https://skmtc.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc.dev/zernio/apis/zernio-api/revisions/106013ac73b8?raw)
