Skip to content

Function: disableBoardPlugin()

ts
function disableBoardPlugin(client, parameters): Promise<void>;

Defined in: api/boards.ts:577

Disable a Power-Up on a board

Parameters

ParameterTypeDescription
clientClient-
parameters{ id: string; idPlugin: string; }-
parameters.idstringThe ID of the board
parameters.idPluginstringThe ID of the Power-Up to disable

Returns

Promise<void>