status
status: BulkDeleteElementsStatus
Overall status of the bulk delete operation.
Success: All elements were deleted successfully.failedIdswill be empty.PartialSuccess: Some elements were deleted, but others failed.failedIdscontains the ids that could not be deleted.DeletionFailed: The delete operation failed entirely (e.g. due to an FK constraint violation).failedIdscontains the ids that could not be deleted.
Defined in
- backend/src/EditTxn.ts Line 41
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.