Comments
Hide a Comment
Hide or unhide a comment on an Instagram Business post.
Hide or unhide a comment on an Instagram Business post. Instagram only.
Request
PATCH /v1/comments/:commentId
x-access-key: YOUR_ACCESS_KEY
Content-Type: application/json{
"platform": "instagram",
"accountId": "INTEGRATION_ID",
"hidden": true
}Parameters
| Parameter | Location | Required | Description |
|---|---|---|---|
commentId | path | Yes | Instagram comment ID |
platform | body | Yes | Must be instagram |
accountId | body | Yes | Integration ID from list_integrations |
hidden | body | Yes | true to hide, false to unhide |
Response
{
"success": true
}