Fly.io
Secrets

Delete an app secret

View as Markdown
DELETE
/apps/{app_name}/secrets/{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

App secret name

Response Body

application/json

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