Batch Delete Collection
POST/api/collections/batchdeletecollection
Tier: Internal — subject to change without notice.
Soft-deletes multiple Collections by id.
Request
Responses
- 200
- 400
All ids were deleted successfully. Returns true.
One or more ids failed to delete (see CollectionController.DeleteCollection(...) for causes). Each
id is processed and committed independently, so any successful deletions in the batch
stand even though the response is 400 with the accumulated error array.