Function: disableBoardPlugin()
ts
function disableBoardPlugin(client, parameters): Promise<void>;Defined in: api/boards.ts:577
Disable a Power-Up on a board
Parameters
| Parameter | Type | Description |
|---|---|---|
client | Client | - |
parameters | { id: string; idPlugin: string; } | - |
parameters.id | string | The ID of the board |
parameters.idPlugin | string | The ID of the Power-Up to disable |
Returns
Promise<void>