---
title: "Delete application"
method: DELETE
path: "/api/applications/{id}"
tags: ["Applications"]
---

# Delete application

`DELETE /api/applications/{id}`

Delete application by ID.

## Path parameters

- `id` string, required

## Response `204`

The application was deleted successfully.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The application with the specified ID was not found.
- `422` — Unprocessable Content

---

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