Delete Var Env

Deletes one or more environment variables from the environment identified with the ID {envId}.

URI: POST /resource/delete/varenv/{envId}

Parameters

Parameters in bold are mandatory

Location

Name

Description

Type

path

envId

The ID of the environment which contains the variable you want to delete.

See Get Resource ID for further details on how to retrieve IDs.

str

body

varname

The name of the variables to delete.  

str, or list for multiple variables

body

vartype

The type of the variables to delete.  

str, or list for multiple variables

querystring

alsocurr

If 'True' (default value), it deletes the environment variables from the current environment. If 'False', the environment variables will be deleted in the child environment {envId}

bool

To see details on possible response codes, go to API Responses.