Method Web.Api.Instagram.V1()->Comments()->remove()


Method remove

mapping remove(string media_id, string comment_id, void|Callback cb)

Description

Remove a comment either on the authenticated user's media or authored by the authenticated user.

Note

Required scope: comments

Parameter media_id

The media the comment is for

Parameter comment_id

The comment to remove

Parameter cb

Callback for async mode