Domain name for API request: as.tencentcloudapi.com.
This API (DeleteLaunchConfiguration) is used to delete a launch configuration.
A maximum of 10 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 Params. The value used for this API: DeleteLaunchConfiguration. |
Version | Yes | String | Common Params. The value used for this API: 2018-04-19. |
Region | No | String | Common Params. This parameter is not required for this API. |
LaunchConfigurationId | Yes | String | ID of the launch configuration to be deleted. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: as.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DeleteLaunchConfiguration
<Common request parameters>
{
"LaunchConfigurationId": "asc-fdz8j7dh"
}
{
"Response": {
"RequestId": "dfc4da00-b643-405c-bb4f-d590cfa48b92"
}
}
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 |
---|---|
InvalidParameter.ActionNotFound | Invalid Action request. |
InvalidParameterValue.InvalidLaunchConfigurationId | Invalid launch configuration ID. |
ResourceInUse.LaunchConfigurationIdInUse | The specified launch configuration is still used in the scaling group. |
ResourceNotFound.LaunchConfigurationIdNotFound | The specified launch configuration does not exist. |
Was this page helpful?