Start /kill an app using appium

I want to test kill scenarios .Can Anybody help me to test kill app using appium .

If you mean killing your application then use:
driver.removeApp(“Application’s bundle id”);

shouldn’t it remove app from the device???