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}
null

Documentation Index

Fetch the complete documentation index at: https://docs.withcortex.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.