Skip to main content
PATCH
/
comments
/
{comment}
/
hide
curl -X PATCH "https://postsyncer.com/api/v1/comments/456/hide" \
  -H "Authorization: Bearer YOUR_API_TOKEN"

Hide on platform

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

Path

comment
integer
required
Numeric id of the comment to hide on the network.
curl -X PATCH "https://postsyncer.com/api/v1/comments/456/hide" \
  -H "Authorization: Bearer YOUR_API_TOKEN"

Response

200 with success message.

Errors

401 · 403 · 404 · 422 if the comment cannot be hidden. See Comments overview.