Function: disableBoardPlugin()
ts
function disableBoardPlugin(
client,
parameters,
options?): Promise<void>;Defined in: api/boards.ts:719
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 |
options? | RequestOptions | - |
Returns
Promise<void>