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

# Delete an application

`DELETE /applications/{app_id}`

Delete an application (superadmin only).

## Path parameters

- `app_id` integer, required — ID of the application to delete.

## Query parameters

- `cookie_name` string, nullable

## Response `204`

Successful Response

## Other responses

- `401` — Missing or invalid authentication.
- `403` — Superadmin privileges required.
- `404` — No application exists with the given id.
- `422` — Validation Error

---

[API](https://skmtc.net/neulandai/apis/neuland-ai-hub-api.md) · [All operations](https://skmtc.net/neulandai/apis/neuland-ai-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neulandai/neuland-ai-hub-api/versions/b53e89b98c2b/schema)
