Delete an Action

You can delete an action by using the vRealize OrchestratorREST API.

Procedure

  1. Make a GET request and retrieve the ID of the action from the list of returned actions:
    GET https://{orchestrator_fqdn}/vco/api/actions/
  2. Make a DELETE request at the URL of the action:
    DELETE https://{orchestrator_fqdn}/vco/api/actions/{actionID}/

Results

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