您可以使用 Orchestrator REST API 删除某个操作的权限。您可以先删除操作的现有权限,然后再设置新权限。 过程 提出 GET 请求,并从返回的操作列表中检索该操作的 ID: GET http://{orchestrator_host}:{port}/vco/api/actions/ 在操作权限的 URL 发起 DELETE 请求: DELETE http://{orchestrator_host}:{port}/vco/api/actions/{actionID}/permissions/ 结果 如果 DELETE 请求成功,您会收到状态代码 204,并且响应正文为空。 父主题: 在 Orchestrator 对象上设置权限