# RXS_rmvLibLE() Used to remove a library entry from the library list. This is usually used at the end of a program in conjunction with [RXS_addLibLE()](https://isupport.katointegrations.com/rxs/2.x/RXS_addLibLE.md) to remove a library that was added at the beginning of the program. If the pLib parameter is not passed, the first library in the library list will be removed. ## Subprocedure Prototype ### IBM i V5R4+ | Field | Description | |---|---| | ` D RXS_rmvLibLE pr` | Removes specified library from the library list. | | ` D pLib 10a value options(*nopass)` | The name of the library list entry to be removed from the library list. |