Comments
Delete a Comment
Delete a comment on a Facebook or Instagram post.
Delete a comment on a Facebook Page post or Instagram Business post. Not supported on Threads.
Request
DELETE /v1/comments/:commentId?platform=facebook&accountId=INTEGRATION_ID
x-access-key: YOUR_ACCESS_KEYParameters
| Parameter | Location | Required | Description |
|---|---|---|---|
commentId | path | Yes | Platform comment ID to delete |
platform | query | Yes | facebook or instagram |
accountId | query | Yes | Integration ID from list_integrations |
Response
{
"success": true
}