Skip to main content
DELETE
/
v1
/
app-configurations
/
{app_name}
Delete App Configuration
curl --request DELETE \
  --url https://api.example.com/v1/app-configurations/{app_name} \
  --header 'X-API-KEY: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

API key for authentication

Path Parameters

app_name
string
required

Response

Successful Response