Function: deleteMemberBoardBackground()
ts
function deleteMemberBoardBackground(
client,
parameters,
options?): Promise<void>;Defined in: api/members.ts:252
Delete a board background
Parameters
| Parameter | Type | Description |
|---|---|---|
client | Client | - |
parameters | { id: string; idBackground: string; } | - |
parameters.id | string | The ID or username of the member |
parameters.idBackground? | string | The ID of the board background |
options? | RequestOptions | - |
Returns
Promise<void>