By default, the ‘book’ post type has rewrite turned on. If you wish to disable the rewrite functionality, you can do that by defining this constant.
Place this code in your theme’s functions.php file or inside of a new plugin:
define( 'NOVELIST_DISABLE_REWRITE', true );
Go to Settings > Permalinks and re-save your permalinks to complete the change.