Skip to main content
Planview Customer Success Center

Delete a card type

DELETE /io/board/:boardId/cardType/:cardTypeId

Delete a card type on a board.

Example Request

curl -X DELETE \
  https://myaccount.leankit.com/io/board/10113014456/cardType/10113014462 \
  -H 'Authorization: Basic base64encodedauthhere'

Example Successful Response

204 No Content




Updated 2020-01-22 @ 12:01 PM