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 」をご覧ください。
要求ヘッダー
| ヘッダー | 値 (Value) |
|---|---|
| 認可 | Bearer <access_token> |
| X-UiPath-Internal-TenantId | <tenant_id> |
| X-UiPath-フォルダー キー | <folder_key> |
角括弧で囲まれた値 <...> をすべて、対応するユース ケース値に置き換えます。
この <access_token> は、 Apps スコープまたは Apps.Write スコープで外部アプリケーションを認可したときに受け取ったものです。このアクティビティは 1 時間利用可能です。その後は新しいトークンを生成するか、更新トークンをリクエストする必要があります。
Path 変数
| Path 変数 | データ型 | 説明 |
|---|---|---|
| deployedAppId (必須) | string | The deployment ID of the app to delete. |
応答
204 No Content
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.