---
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
- `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/be448f13ecdc?raw)
