Inbox

Hide or unhide a Threads reply

Hides (or unhides) a reply someone left on one of your Threads posts, as the post owner. Threads only; only incoming top-level replies can be hidden (Threads does not allow hiding nested replies). The message keeps its place in the conversation and hidden flips on the returned message. Requires a Threads connection with the reply permission (401 reauth_required otherwise) and the inbox:write scope (API keys) or the access_social_inbox permission (OAuth/MCP).

post/inbox/messages/{id}/hide

Path parameters

idstring required

The inbox message id (from the conversation messages list).

Request body

hideboolean

true to hide, false to unhide

Response

Reply hidden or unhidden

Changes

No recorded changes to this endpoint across all 1 revision of this API.