---
title: "Delete an app"
method: DELETE
path: "/apps/{id}"
tags: ["Apps"]
---

# Delete an app

`DELETE /apps/{id}`

Delete an app

## Path parameters

- `id` string, required

## Response `200`

successful operation

- App
  - `artifactId` string, required
  - `name` string, required
  - `description` string
  - `img` string
  - `dataModels` string[]
  - `components` object[]
    - `type` string
    - `uri` string
    - `name` string
  - `isGlobal` boolean
  - `tenant` string
  - `status` string
  - `supportedConnections` object
    - `inbound` boolean
    - `outbound` boolean
  - `_id` string, required
  - `createdAt` string, date-time, required — Client creation time
  - `updatedAt` string, date-time — Client update time

## Other responses

- `404` — App with given ID not found
- `405` — Invalid input

## Changes

- **2021-03-17** `5a0d745f056f` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added

[Change history](https://skmtc.dev/openintegrationhub/apis/app-directory/changes/apps/:id/delete.md)

---

[API](https://skmtc.dev/openintegrationhub/apis/app-directory.md) · [All operations](https://skmtc.dev/openintegrationhub/apis/app-directory/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintegrationhub/app-directory/revisions/5a0d745f056f/schema)
