Get Started
Plugins
Macros
More information

RemovePlugin

RemovePlugin([guid]) → { object }

Removes a plugin with the specified GUID.

Parameters:

Name Type Default Description
guid string null

The plugin identifier. It must be of the asc.{UUID} type.

Returns:

Type
object

Example

Copy code
window.Asc.plugin.executeMethod ("RemovePlugin", ["asc.{FFE1F462-1EA2-4391-990D-4CC84940B754}"], function (result) {
    postMessage (JSON.stringify (result));
});