Delete a hybrid app using the delete application REST API.
To delete from all platforms, perform a DELETE request to the following URI:
https://<host>:<admin_port>/Admin/kapsel/jaxrs/KapselApp/{APP_ID}
https://<host>:<admin_port>/Admin/kapsel/jaxrs/KapselApp/{APP_ID}/{PLATFORM}
Include the user name and password in the request to provide authentication for the URI.
On successful deletion, the client receives a 200 status code. Otherwise, an HTTP failure code and failure message are returned.
curl --user <user>:<password> --cacert <your-server.pem> --X DELETE -i https://localhost:8083/Admin/kapsel/jaxrs/KapselApp/MyTestAppId