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: unknown; idPlugin: unknown; } | - |
parameters.id | unknown | The ID of the board |
parameters.idPlugin | unknown | The ID of the Power-Up to disable |
Returns
Promise<void>