Skip to main content
DELETE
Remove Variables
string
required
The API key for your account. You can find this in your account settings.
Deletes one or more environment variables by key, leaving every other variable untouched. Keys that don’t currently exist are silently ignored, so it’s safe to call with a list that mixes valid and already-removed names. Static applications don’t support environment variables and return an error. On workspace-shared applications, the caller needs the Administrator role or ownership. The response returns the full set of remaining variables, so you can confirm the removal without a separate List Variables call. To add variables back or replace the whole set, see Add/Edit Variables and Overwrite Variables.

Parameters

string
required
The application ID.
string[]
required
The array containing the keys to remove.

Response

string
Indicates whether the call was successful.. success if successful, error if not.
object
The key and value of all remaining environment variables.

Common errors