deleteEnvironment
Delete an environment for a test target. This irreversible action removes the environment's test account, header configuration, discovery URL, and variables.
Instructions
deleteEnvironment tool can delete an environment for a given test target. The environment id is unique to the test target. The call is not reversible. an environment represents a specific setup or deployments for a test target. It include a test account when necsesary to login, a header configuration, a discovery url and a set of variables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testTargetId | Yes | Unique identifier of the test target | |
| environmentId | Yes | Unique identifier of the environment to delete |