---
title: "DELETE /api/apps/{id}"
method: DELETE
path: "/api/apps/{id}"
tags: ["apps", "webhooks"]
---

# DELETE /api/apps/{id}

`DELETE /api/apps/{id}`

Delete an app

## Path parameters

- `id` string, uuid, required

## Response `200`

App deleted successfully

- object
  - `id` string, uuid, required
  - `createdAt` string, required — A date string in ISO 8601 format
  - `updatedAt` string, required — A date string in ISO 8601 format
  - `name` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — App not found
- `500` — Internal server error

---

[API](https://skmtc.net/ethcomments/apis/ethereum-comments-protocol-indexer-api.md) · [All operations](https://skmtc.net/ethcomments/apis/ethereum-comments-protocol-indexer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ethcomments/ethereum-comments-protocol-indexer-api/versions/9627e9d1ff21/schema)
