Application API (v1): Delete Multiple Cards
This method takes a collection of Card ID's and deletes the associated cards. The method returns the number of cards deleted. The number of Card ID's specified cannot exceed 100 for a given call.
Request URL (POST):
https://{accountname}.leankit.com/kanban/api/board/{boardId}/deletecards
Example:
https://myaccount.leankit.com/kanban/api/board/101000/deletecards [101042,101043,101044,101045,101046,101047,101048,101049,101050,101051]
Example Response:
{ "ReplyCode":203, "ReplyText":"The Cards were deleted successfully.", "ReplyData":[{"DeletedCardsCount":10}] }