Domain name for API request: batch.tencentcloudapi.com.
This API is used to delete a compute environment.
A maximum of 2 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: DeleteComputeEnv. |
Version | Yes | String | Common parameter. The value used for this API: 2017-03-12. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
EnvId | Yes | String | Compute environment ID |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://batch.tencentcloudapi.com/?Action=DeleteComputeEnv
&EnvId=env-3dhmblr3
&<Common request parameters>
{
"Response": {
"RequestId": "8b71050a-55c1-4f3b-bf66-5e4f8510a5a0"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InternalError | Internal error. |
InvalidParameter.EnvIdMalformed | Invalid compute environment ID format. |
ResourceNotFound.ComputeEnv | The specified compute environment does not exist. |
UnsupportedOperation | Unsupported operation. |
UnsupportedOperation.AcceptOtherRequest | Another request is being processed and deletion is prohibited. |
UnsupportedOperation.ComputeEnvOperation | Deletion is prohibited. |
UnsupportedOperation.ComputeNodeForbidTerminate | Compute node termination is prohibited. |
Was this page helpful?