Skip to main content
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

ParameterLocationRequiredDescription
commentIdpathYesInstagram comment ID
platformbodyYesMust be instagram
accountIdbodyYesIntegration ID from list_integrations
hiddenbodyYestrue to hide, false to unhide

Response

{
	"success": true
}

On this page