Click or drag to resize
CommentsDelete Method
Remove a comment either on the authenticated user's media or authored by the authenticated user.

Requires Authentication: True

Required Scope: comments

Namespace: InstaSharp.Endpoints
Assembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Task<CommentResponse> Delete(
	string mediaId,
	string commentId
)

Parameters

mediaId
Type: SystemString
The id of the media from which to delete the comment.
commentId
Type: SystemString
The id of the comment to delete.

Return Value

Type: TaskCommentResponse
CommentResponse
See Also