UiPath Documentation
apps
latest
false
Apps API 指南
  • Apps API
重要 :
有关 Studio Web 中的应用程序项目文档,请参阅 Studio Web 文档中的“应用程序项目”一章:https://docs.uipath.com/zh-CN/studio-web/automation-cloud/latest/user-guide/apps-in-studio-web。 请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

删除已部署的应用程序

API reference for deleting an app deployed in a folder.

Deletes an app deployed in a folder.

API 端点​

DELETE <BaseURL>/models/deployed/apps/{deployedAppId}

有关根端点路径,请参阅基本 URL 。

请求标头​

页眉值
授权承载 <access_token>
X-UiPath-内部租户 ID<tenant_id>
X-UiPath-文件夹密钥<folder_key>
备注:

将尖括号 <...> 之间的所有值替换为其相应的用例值。

<access_token>是您在授权具有Apps或Apps.Write作用域的外部应用程序时收到的 。有效期为 1 小时,然后您需要生成新令牌,或请求刷新令牌。

路径变量​

路径变量数据类型描述
已部署的应用程序 ID (必填)stringThe deployment ID of the app to delete.

响应​

204 无内容​

The deployed app was successfully deleted. The response has no body.

400 Bad Request​

The X-UiPath-Internal-TenantId or X-UiPath-FolderKey header is missing.

401 未经授权​

您未通过身份验证。确保您使用的是具有Apps或Apps.Write作用域的有效访问令牌。

403 Forbidden​

You don't have permission to delete deployed apps in the specified folder.

404 未找到​

No deployed app with the specified deployment ID exists in the specified tenant and folder. A second delete of the same deployment ID also returns this response.

  • API 端点​
  • 请求标头​
  • 路径变量​
  • 响应​
  • 204 无内容​
  • 400 Bad Request​
  • 401 未经授权​
  • 403 Forbidden​
  • 404 未找到​

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新