---
title: "Start app uninstall job"
method: POST
path: "/v2/apps/{uuid}/uninstall"
tags: ["appManagementV2"]
---

# Start app uninstall job

`POST /v2/apps/{uuid}/uninstall`

Schedule an asynchronous job to uninstall app with the given UUID.

_You get back an identifier of asynchronous job in response to this endpoint. You can then use the [app uninstall status API](#operation/getAsyncUninstallAppStatus) to get the status of the uninstallation request. See [Asynchronous-Request](#section/Getting-Started/Asynchronous-Request) section for more details on how to work with asynchronous request._

## Path parameters

- `uuid` string, required

## Response `200`

App uninstall job has been scheduled.

- BeginAsyncJobResponseV2
  - `jobId` string, required — Identifier of the asynchronous job. Use it to get status of the job.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/versions/18a824df1e78/schema)
