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 (必填) | string | The 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.