Remove a component from an application.

Request

DELETE https://{hostname}:{port}
    /cli/application/removeComponentFromApp?{parameters}
Accept: {contentType}
Table 1. Request parameters
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
Table 2. Header parameters
Parameter Type Required Description
Accept
  • application/json
  • application/yaml
true

Related CLI command: removeComponentFromApplication.