Environment Variables

Remove specific environment variables

Removes the given keys from the application's environment variables. Unknown keys are silently ignored.

Requires the workspace Administrator role (or ownership) when called against a workspace-shared application.

delete/v2/apps/{appId}/envs

Path parameters

appIdstring required

Application identifier. Optionally suffixed with -<workspaceId> to act on a workspace-shared application.

Request body

envsstring[] required

Variable names to remove.

Response

Remaining environment variables after removal.

status'success' required
responseEnvVars required

Environment variables as an arbitrary { key: value } map of strings.

Changes

No recorded changes to this endpoint across all 1 revision of this API.