You can delete a resource by using the Orchestrator REST API.

1

Make a GET request and retrieve the ID of the resource from the list of returned resources:

GET http://{vcoHost}:{port}/api/resources/
2

Make a DELETE request at the URL of the resource:

DELETE http://{vcoHost}:{port}/api/resources/{resourceID}/

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