# Destroy App (/apps/Apps_delete)

Delete an app by its name.


`DELETE /apps/{app_name}`

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `app_name` | path | `string` | Yes | Fly App Name |

## Responses

| Status | Description | Schema |
| --- | --- | --- |
| `202` | Accepted |  |

The full machine-readable OpenAPI spec is available at /openapi.json.