# Remove rpm.versions system configuration This function removes RPM data. When you call this function, it performs the same actions as the following command: For more information, read our rpm.versions system documentation. After you call this function, we recommend that you run the script. Endpoint: GET /delete_rpm_version Version: 11.134.0.5 Security: BasicAuth ## Query parameters: - `key` (string, required) The RPM's target. Example: "3rdparty" - `section` (string, required) The RPM's section within the file. Example: "rpm_groups" - `value` (string, required) The RPM name. Example: "cpanel-pcre" ## Response 200 fields (application/json): - `data` (object) - `data.status` (integer) Whether the function was successful. * — Success. * — Failure. Enum: 0, 1 - `metadata` (object) - `metadata.command` (string) The method name called. Example: "delete_rpm_version" - `metadata.reason` (string) The reason the API function failed when the field is . This field may display a success message when a function succeeds. Example: "OK" - `metadata.result` (integer) * — Success. * — Failed. Check the field for more details. Enum: 0, 1 - `metadata.version` (integer) The version of the API function. Example: 1