UiPath Documentation
apps
latest
false
Apps API guide
  • Apps API
    • Base URL
    • Get deployed apps
    • Edit a deployed app
    • Delete a deployed app
    • Deploy a published app version
    • Upgrade deployed apps to latest version
    • Publish a coded app
    • Check app name uniqueness
    • Get published apps
    • Get published app versions
important :
For documentation on app projects in Studio Web, refer to the App Projects chapter in the Studio Web documentation: https://docs.uipath.com/studio-web/automation-cloud/latest/user-guide/apps-in-studio-web.

Delete a deployed app

API reference for deleting an app deployed in a folder.

Deletes an app deployed in a folder.

API endpoint​

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

See Base URL for the root endpoint path.

Request headers​

HeaderValue
AuthorizationBearer <access_token>
X-UiPath-Internal-TenantId<tenant_id>
X-UiPath-FolderKey<folder_key>
Note:

Replace all the values between the angle brackets <...> with their corresponding use-case values.

The <access_token> is the one you received when you authorized the external application with the Apps or Apps.Write scope. It is available for 1 hour, then you need to generate a new one, or request a refresh token.

Path variables​

Path variableData typeDescription
deployedAppId (required)stringThe deployment ID of the app to delete.

Responses​

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 Unauthorized​

You are not authenticated. Make sure you are using a valid access token with the Apps or Apps.Write scope.

403 Forbidden​

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

404 Not Found​

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 endpoint​
  • Request headers​
  • Path variables​
  • Responses​
  • 204 No Content​
  • 400 Bad Request​
  • 401 Unauthorized​
  • 403 Forbidden​
  • 404 Not Found​

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated