# Destroy Volume (/volumes/Volume_delete)

Delete a specific volume within an app by volume ID.


`DELETE /apps/{app_name}/volumes/{volume_id}`

## Parameters

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

## Responses

| Status | Description | Schema |
| --- | --- | --- |
| `200` | OK | `Volume` |

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