# Delete an app's secret key (/secrets/Secretkey_delete)

`DELETE /apps/{app_name}/secretkeys/{secret_name}`

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `app_name` | path | `string` | Yes | Fly App Name |
| `secret_name` | path | `string` | Yes | Secret key name |

## Responses

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

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