---
title: "Hide comment"
method: POST
path: "/v1/inbox/comments/{postId}/{commentId}/hide"
tags: ["Comments"]
---

# Hide comment

`POST /v1/inbox/comments/{postId}/{commentId}/hide`

Hide a comment on a post. Supported by Facebook, Instagram, Threads, X, and TikTok
(accounts connected through the TikTok for Business app).
Hidden comments are only visible to the commenter and page admin.
For X, the reply must belong to a conversation started by the authenticated user.

## Path parameters

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

## Request body

- object
  - `accountId` string, required — The account ID

## Response `200`

Comment hidden

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

## Other responses

- `400` — Platform does not support hiding comments (code PLATFORM_LIMITATION), or the platform rejected the call (code PLATFORM_API_ERROR with the upstream status, for example a comment that no longer exists; the platform's own error code and subcode are in platformError).
- `401` — Unauthorized
- `403` — Inbox addon required

---

[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/b2325332041a?raw)
