Userless db-only wordpress instalation

It is not possible to install WordPress without creating a user. However, you could immediately remove that user with a second wp-cli command like

yes | wp user delete 1

Note: this will also delete any posts and pages associated with that user. You can normally re-assign them to a different user but in this case, there won’t be one.