board

board.deleteComment

Deletes a comment on a topic on a community's discussion board.

To call this method, you can use:
• user access token obtained in the standalone app through Implicit Flow (access right required: groups — this is issued in exceptional cases by a request to support at devsupport@corp.vk.com)

Parameters

group_id

string

ID of the community that owns the discussion board.

Required parameter

topic_id

string

Topic ID.

Required parameter

comment_id

string

Comment ID.

Required parameter

Result

Returns 1 if succeeded.

Error codes

Common errors may occur during execution

Related methods

board.restoreComment

Restores a comment deleted from a topic on a community's discussion board.

board.createComment

Adds a comment on a topic on a community's discussion board.

board.editComment

Edits a comment on a topic on a community's discussion board.