---
title: "Delete an Application"
method: DELETE
path: "/api/v1/Account/{auth_id}/Application/{app_id}/"
tags: ["Applications"]
---

# Delete an Application

`DELETE /api/v1/Account/{auth_id}/Application/{app_id}/`

Permanently delete an Application. If the application is associated
with phone numbers, the deletion may be blocked unless those
associations are removed first.

## Path parameters

- `auth_id` string, required
- `app_id` string, required

## Response `200`

Success

- string

## Other responses

- `204` — Application deleted
- `404` — Application not found
- `409` — Cannot delete application (in use)

---

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