Hide or unhide a comment
hide_commentHide a comment from the public timeline, or make it visible again. This reversible action temporarily removes comments without deleting them, where the network supports it.
Instructions
Hide a comment from the public timeline, or bring it back. It is reversible and it is not a deletion — this server cannot delete anything. Not every network can do it: LinkedIn has no hide at all. Call get_social_capabilities to check first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hidden | No | true hides it, false brings it back. | |
| id_comment | Yes | ||
| social_network | No | The comment's network, as list_comments reported it. Optional, but with it the call fails immediately on a network that has no hide, instead of travelling to PlanVortex to find out. | |
| id_organization | No | The PlanVortex organization id. Optional. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hidden | Yes |