Skip to content

removeCard

reference
1 min readUpdated

Kind: API Endpoint

Source: atloria-monorepo/apps/api/src/boards/boards.controller.ts

Remove a card from a board (the underlying issue is preserved)

Endpoint

DELETE /projects/:projectId/boards/:boardId/cards/:cardId

ParameterInTypeRequiredDescription
projectIdpathstring
boardIdpathstring
cardIdpathstring

Referenced By

  • BoardsController (MODULE_DECLARES)

Was this page helpful?

Download as PDF