You can delete a keystore by running the Delete a keystore workflow of the Configuration plug-in or by using the REST API.
Procedure
- Make a GET request at the URL of the Workflow service of the Delete a keystore workflow.
GET https://{orchestrator_host}:{port}/vco/api/workflows?conditions=name=Delete a keystore
- Retrieve the definition of the Delete a keystore workflow by making a GET request at the URL of the definition.
GET https://{orchestrator_host}:{port}/vco/api/workflows/7a3389eb-1fab-4d77-860b-81b66bb45b86/
- Make a POST request at the URL that holds the execution objects of the Delete a keystore workflow.
POST https://{orchestrator_host}:{port}/vco/api/workflows/7a3389eb-1fab-4d77-860b-81b66bb45b86/executions/
- Provide the keystore you want to delete as an input parameter of the Delete a keystore workflow in an execution-context element in the request body.