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

# Delete application by id

`DELETE /applications/{id}`

## Path parameters

- `id` string, required

## Response `200`

Response object of applications requests

- DeleteApplicationResponse
  - `message` string, required

## Other responses

- `400` — One or more of the required parameters were not provided to the request
- `401` — No or invalid API key provided to the request
- `500` — Error occurred while deleting application

---

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