Remove an application from a release
Removes the association from the application with specified ID to the release with specified ID
Request
DELETE http://{hostname}:{port}
/releases/{release}/applications/{application}
Parameter | Type | Required | Description |
---|---|---|---|
application | string | true | The ID of the application to remove |
release | string | true | Release ID |
Example
curl -k -u jsmith:passwd
"http://myserver.example.com:8080/releases/8e634417-7d99-4708-9f5e-005bd9d389e3/
applications/b0d382aa-edc2-4d26-aae5-a45e7c185cee
-X DELETE