113 114 115 116
# File 'lib/vmc/client.rb', line 113 def delete_app(name) check_login_status http_delete(path(VMC::APPS_PATH, name)) end