You can delete the permissions of a workflow by using the Orchestrator REST API. You can delete the existing permissions of a workflow before you set new permissions.
Procedure
- Make a GET request and retrieve the ID of the workflow from the list of returned workflows:
GET http://{orchestrator_host}:{port}/vco/api/workflows/
- Make a DELETE request at the URL of the workflow's permissions:
DELETE http://{orchestrator_host}:{port}/vco/api/workflows/{workflowID}/permissions/
Results
If the DELETE request is successful, you receive the status code 204, and the response body is empty.