Dequeue Gutenburg Block Library CSS (‘wp-block-library’) in Admin

Of course, five minutes after I post the question, I find a solution:
Using

wp_deregister_style('wp-block-library')

(instead of wp_dequeue_style('wp-block-library')) works for the block editor. It worked in either an admin_init or an admin_enqueue_scripts action.