---
title: "Delete App"
method: DELETE
path: "/api/v2/app-builder/apps/{app_id}"
tags: ["App Builder"]
---

# Delete App

`DELETE /api/v2/app-builder/apps/{app_id}`

Delete a single app. This API requires a [registered application key](https://docs.datadoghq.com/api/latest/action-connection/#register-a-new-app-key). Alternatively, you can configure these permissions [in the UI](https://docs.datadoghq.com/account_management/api-app-keys/#actions-api-access).

## Path parameters

- `app_id` string, uuid, required

## Response `200`

OK

- DeleteAppResponse — The response object after an app is successfully deleted.
  - `data` DeleteAppResponseData — The definition of `DeleteAppResponseData` object.
    - `id` string, uuid, required — The ID of the deleted app.
    - `type` 'appDefinitions', required — The app definition type.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `410` — Gone
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
