Delete a Configuration Element

You can delete a configuration element by using the vRealize Orchestrator REST API.

Procedure

  1. Make a GET request and retrieve the ID of the configuration element from the list of returned configuration elements:
    GET https://{orchestrator_fqdn}/vco/api/configurations/
  2. Make a DELETE request at the URL of the configuration element:
    DELETE https://{orchestrator_fqdn}/vco/api/configurations/{configuration_elementID}/

Results

If the DELETE request is successful, you receive the status code 200, and the response body is empty.