Function: deleteBoard()
ts
function deleteBoard(client, parameters): Promise<void>;Defined in: src/agile/api/board.ts:161
Deletes the board. Admin without the view permission can still remove the board.
Parameters
| Parameter | Type | Description |
|---|---|---|
client | Client | - |
parameters | { boardId: number; } | - |
parameters.boardId | number | ID of the board to be deleted |
Returns
Promise<void>