Comments
Delete a Comment
Delete a comment on a Facebook, Instagram, or LinkedIn post.
Delete a comment on a Facebook Page post, Instagram Business post, or LinkedIn 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, instagram, or linkedin |
accountId | query | Yes | Integration ID from list_integrations |
Response
{
"success": true
}