---
title: "Delete Application"
method: DELETE
path: "/v1/applications/{application_id}"
tags: ["Applications"]
---

# Delete Application

`DELETE /v1/applications/{application_id}`

Deletes an existing application.

## Path parameters

- `application_id` string, uuid, required

## Response `200`

Application deleted successfully

- DeleteApplicationResponseSchema
  - `success` boolean — Whether the deletion was successful

## Other responses

- `404` — Application not found
- `500` — Failed to delete application

## Changes

- **2026-01-04** `611c70933b3d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/changes/v1/applications/:application_id/delete.md)

---

[API](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api.md) · [All operations](https://skmtc.dev/anchorbrowser/apis/anchorbrowser-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/anchorbrowser/anchorbrowser-api/revisions/d0f5aa64f9f4/schema)
