> ## Documentation Index
> Fetch the complete documentation index at: https://docs.postsyncer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Hide comment on platform

> Hide a social reply via the platform API

## Hide on platform

For **social** comments, or comments you authored. Requires a linked **`platform_post`**.

### Path

<ParamField path="comment" type="integer" required>
  Numeric id of the comment to hide on the network.
</ParamField>

<RequestExample>
  ```bash theme={null}
  curl -X PATCH "https://postsyncer.com/api/v1/comments/456/hide" \
    -H "Authorization: Bearer YOUR_API_TOKEN"
  ```
</RequestExample>

### Response

`200` with success message.

### Errors

`401` · `403` · `404` · `422` if the comment cannot be hidden.

See [Comments overview](/api-reference/comments/overview).
