Skip to content

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

ParameterTypeDescription
clientClient-
parameters{ boardId: number; }-
parameters.boardIdnumberID of the board to be deleted

Returns

Promise<void>