TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

RemoveComments

RemoveComments(arrIds)

Removes the specified comments.

Parameters:

Name Type Description
arrIds Array.<string>

An array which contains the IDs of the specified comments.

Returns:

This method doesn't return any data.

Example

Copy code
window.Asc.plugin.executeMethod ("RemoveComments", [["1_631", "1_632"]]);