Bulk Delete Cards
POST/api/v1/cards/bulk-delete
Permanently delete many cards in a single transaction.
Mirrors bulk_archive_cards. Unlike archive, delete works on cards in any
status (ACTIVE or ARCHIVED), so the only skipped reason is not_found
(the card was already deleted by a sibling primary's cascade in the same
batch, or never existed).
Descendants are deleted leaves-first to satisfy the self-FK on parent_id.
Request
Responses
- 200
- 422
Successful Response
Validation Error