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

# Delete an application

`DELETE /applications/{applicationId}`

Deletes the application with the given ID in the path

## Path parameters

- `applicationId` string, uuid, required

## Response `204`

Application was successfully deleted

## Other responses

- `401` — Either authentication credentials were not supplied, or they were invalid.
- `403` — Forbidden from accessing the requested Application.
- `404` — Application with given id not found.
- `500` — An unexpected error occurred.

---

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