Skip to main content
Planview Customer Success Center

Delete all connections by board id

DELETE /io/card/:cardId/connection/:boardId

Delete every connection to child cards on the specified board.

Example Request

curl -X DELETE \
  https://myaccount.leankit.com/io/card/943206946/connection/943929912 \
  -H 'Authorization: Basic base64encodedauthhere' \
  -H 'Content-Type: application/json'

Example Successful Response

200 OK

{
    "parentBoardVersion": "86",
    "boardVersion": "14"
}



Updated 2020-01-22 @ 12:01 PM