How to close recent apps in android

Hello
I tried to close the recent apps with that 3 commands of ADB:
adb shell input keyevent KEYCODE_APP_SWITCH
adb shell input keyevent 20
adb shell input keyevent DEL

and nothing worked…it looks like it depend on android if it’s android version less than 9 or more than it,
does Appium have a solution maybe?
Thanks