DELETE
/
apps
/
{app_id}
/
variables
/
{key}
curl --request DELETE \
  --url https://api.withcortex.ai/apps/{app_id}/variables/{key}
"<any>"

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 any.