GET api/v2/environments/delete?EnvironmentId={EnvironmentId}
Delete environment
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EnvironmentId | EnvironmentIdentifier |
Required |
Body Parameters
None.
Response Information
Resource Description
The delete environment query result
DeleteEnvironmentQueryResult| Name | Description | Type | Additional information |
|---|---|---|---|
| EnvironmentId | EnvironmentIdentifier |
Required |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Url | string |
None. |
Response Formats
application/json
Sample:
{
"EnvironmentId": "8a9e3615-9d9d-04e9-1536-9e8a9d9de904",
"Name": "sample string 1",
"Description": "sample string 2",
"Url": "sample string 3"
}