Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/boards/boards.controller.ts
Delete a column (use ?moveCardsTo= to relocate its cards)
Endpoint
DELETE /projects/:projectId/boards/:boardId/columns/:columnId
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
projectId | path | string | ✓ | |
boardId | path | string | ✓ | |
columnId | path | string | ✓ | |
moveCardsTo | query | string | - |
Referenced By
BoardsController(MODULE_DECLARES)
Was this page helpful?