---
title: "Delete an Application"
method: DELETE
path: "/license-manager/applications/{id}"
tags: ["License Manager Public"]
---

# Delete an Application

`DELETE /license-manager/applications/{id}`

Delete an application. This operation performs a soft delete, meaning the application is marked as deleted but the data is retained for audit purposes.

## Path parameters

- `id` string, required

## Response `204`

The application was deleted.

## Other responses

- `400` — The request was invalid or cannot be served
- `401` — Authentication information is missing or invalid
- `404` — The specified resource was not found
- `500` — An unexpected error occurred on the server

---

[API](https://skmtc.net/sysaid/apis/sysaid-public-api.md) · [All operations](https://skmtc.net/sysaid/apis/sysaid-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sysaid/sysaid-public-api/revisions/38a43a1b2981/schema)
