Skip to main content

deleteEnvironmentVariable

Delete an environment variable from an application environment.

deleteEnvironmentVariable(
input: EnvironmentVariableInput
): EnvironmentVariablesPayload

Example

mutation ($input: EnvironmentVariableInput) {
deleteEnvironmentVariable(input: $input) {
environmentVariables {
total
}
}
}

Arguments

deleteEnvironmentVariable.input ● EnvironmentVariableInput input common

The application, environment, and variable values to delete.

Type

EnvironmentVariablesPayload object common

The updated environment variable list after a mutation.