Fly.io
Secrets

Delete an app's secret key

View as Markdown
DELETE
/apps/{app_name}/secretkeys/{secret_name}

Authorization

bearerAuth
AuthorizationBearer <token>

A Fly.io access token. Create one with fly tokens create.

In: header

Path Parameters

app_name*string

Fly App Name

secret_name*string

Secret key name

Response Body

application/json

curl -X DELETE "https://example.com/apps/string/secretkeys/string"
{  "Version": 0,  "version": 0}