---
title: "Hide replies"
method: PUT
path: "/2/tweets/{tweet_id}/hidden"
tags: ["Tweets"]
---

# Hide replies

`PUT /2/tweets/{tweet_id}/hidden`

Hides or unhides a reply to an owned conversation.

## Path parameters

- `tweet_id` string, required — Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers.

## Request body

- TweetHideRequest
  - `hidden` boolean, required

## Response `200`

The request has succeeded.

- TweetHideResponse
  - `data` object
    - `hidden` boolean

## Other responses

- `default` — The request has failed.

---

[API](https://skmtc.net/mfullbrook/apis/current.md) · [All operations](https://skmtc.net/mfullbrook/apis/current/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mfullbrook/current/versions/4b066912ce32/schema)
