Skip to main content
DELETE
/
apps
/
{app_id}
/
variables
/
{key}
Delete App Variable
curl --request DELETE \
  --url https://api.example.com/apps/{app_id}/variables/{key}
"<unknown>"

Path Parameters

app_id
string
required

The ID of the app

key
string
required

The key of the variable to delete.

Response

200 - application/json

The deleted app variable.

The response is of type unknown.