cURL
curl --request PUT \ --url https://api.x.com/2/tweets/{tweet_id}/hidden \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "hidden": true }'
{ "data": { "hidden": true } }
Hides or unhides a reply to a conversation owned by the authenticated user.
Show child attributes