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

# Unhide comment

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

Unhide a previously hidden comment. Supported by Facebook, Instagram, Threads, and X/Twitter.

## Path parameters

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

## Query parameters

- `accountId` string, required

## Response `200`

Comment unhidden

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

## Other responses

- `400` — Platform does not support unhiding 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)
