%% %CopyrightBegin%
%%
%% SPDX-License-Identifier: Apache-2.0
%%
%% Copyright Ericsson AB 2021-2025. All Rights Reserved.
%%
%% %CopyrightEnd%

[;1m  delete_module(Module)[0m

  Makes the current code for [;;4mModule[0m become old code and deletes
  all references for this module from the export table. Returns [;;4m[0m
  [;;4mundefined[0m if the module does not exist, otherwise [;;4mtrue[0m.

  [;;4mWarning[0m

    This BIF is intended for the code server (see [;;4mcode[0m) and is
    not to be used elsewhere.

  Failure: [;;4mbadarg[0m if there already is an old version of [;;4mModule[0m.
