Implement mobile app removal in UI.
There already is an endpoint in backend for deletion of mobile apps. But it should be probably changed little bit, so that on successful removal, it will respond with json object containing mobile app's definition. In this way it is currently done in OpenShift. It makes it easier to implement updating of redux store in UI. |
|