Hides a thread.
  POST /threads/{thread_id}/hide    
 POST
 /threads/{thread_id}/hide
 Hides the specified thread for the current user.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” thread_id 
 required
   string  format: uuid  
The id of the thread to unhide.
Examples
A thread from the gore board.
29d1b2da-3289-454a-9089-2ed47db4967bResponses
Section titled “ Responses ”The thread was succesfully hidden.
User was not found in request that requires authentication.
Generic response object
object
 message    
 string
 Examples
No authentication token given.
{  "message": "No authenticated user found."}Expired authentication token given.
{  "message": "Authentication token expired."}User is not authorized to access thread.
Generic response object
object
 message    
 string
 Examples
User does not have required permissions to access thread.
{  "message": "User does not have required permissions to access thread."}The specified thread could not be found.
Generic response object
object
 message    
 string
 Examples
Thread not found.
{  "message": "The thread with id 29d1b2da-3289-454a-9089-2ed47db4967b was not found."}