---
title: "Delete an application"
method: DELETE
path: "/applications/{appId}"
tags: ["Application"]
---

# Delete an application

`DELETE /applications/{appId}`

## Path parameters

- `appId` string, required

## Response `200`

Successful operation

- Application
  - `name` string
  - `logo` string
  - `redirect_urls` string[]
  - `tos_url` string
  - `privacy_url` string
  - `verify_status` string

## Other responses

- `401` — Unauthorized. No UUID in internal session
- `403` — You do not own this application
- `404` — Application not found

---

[API](https://skmtc.net/minecraftauthentication/apis/internal-api.md) · [All operations](https://skmtc.net/minecraftauthentication/apis/internal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/minecraftauthentication/internal-api/versions/21fb95c12d10/schema)
