The acu_unload() function removes a "cached" program from memory. If "called_programs = 1", acu_unload() also unloads called subprograms.
Usage
void ASTDCALL acu_unload(char *name, int called_programs);
For more information on caching programs, see Unloading Programs from Memory.