Skip to content

deleteColumn

reference
1 min readUpdated

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

ParameterInTypeRequiredDescription
projectIdpathstring
boardIdpathstring
columnIdpathstring
moveCardsToquerystring-

Referenced By

  • BoardsController (MODULE_DECLARES)

Was this page helpful?

Download as PDF