status

status: BulkDeleteElementsStatus

Overall status of the bulk delete operation.

  • Success: All elements were deleted successfully. failedIds will be empty.
  • PartialSuccess: Some elements were deleted, but others failed. failedIds contains the ids that could not be deleted.
  • DeletionFailed: The delete operation failed entirely (e.g. due to an FK constraint violation). failedIds contains the ids that could not be deleted.

Defined in

Last Updated: 28 April, 2026