Skip to content

Function: disableBoardPlugin()

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

Defined in: api/boards.ts:719

Disable a Power-Up on a board

Parameters

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

Returns

Promise<void>