Skip to main content
DocsPlatformsAPI ReferenceAI & Integrations
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_KEY

Parameters

ParameterLocationRequiredDescription
commentIdpathYesPlatform comment ID to delete
platformqueryYesfacebook, instagram, or linkedin
accountIdqueryYesIntegration ID from list_integrations

Response

{
	"success": true
}

On this page