Deleting an Environment

Note: Deleting an environment will delete all the systems associated with that environment.

URL:

http://servername:8089/do?

The input parameters are listed in the following table:

Parameters

Type

Value

Mandatory

Comment

action

Stringt

env

Y

 

subaction

String

deleteenv

Y

 

idenvironment

String

Y

Environment ID which needs to be deleted

An example of input would be:

Type

Input

action

env

idenvironment

5

subaction

deleteenv

The responses are listed in the following table:

Response

Type

Value

Comment

msg

String

 

Response message

success

Enum

True/False

Response success condition

The following syntax is a sample JSON response:

{"msg":"Environment Deleted, rows affected 1","success":"true"}

iWay Software