Remove a component from an application.
Request
DELETE https://{hostname}:{port}
/cli/application/removeComponentFromApp?{parameters}
Accept: {contentType}
| Parameter | Type | Required | Description |
|---|---|---|---|
| component | string | true | Name of the component. This can be repeated for multiple components. |
| application | string | true | Name of the application |
| Parameter | Type | Required | Description |
|---|---|---|---|
| Accept |
|
true |
Related CLI command: removeComponentFromApplication.