Domain name for API request: lighthouse.tencentcloudapi.com.
This API is used to delete an image.
A maximum of 20 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: DeleteBlueprints. |
Version | Yes | String | Common Params. The value used for this API: 2020-03-24. |
Region | No | String | Common Params. This parameter is not required for this API. |
BlueprintIds.N | Yes | Array of String | Image ID list, which can be obtained from the BlueprintId returned by the DescribeBlueprints API. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to delete a custom image.
POST / HTTP/1.1
Host: lighthouse.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DeleteBlueprints
<Common request parameters>
{
"BlueprintIds": [
"lhbp-1ynlfst1"
]
}
{
"Response": {
"RequestId": "ecad302e-6952-4c06-a64c-2f8f6c526029"
}
}
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 |
---|---|
FailedOperation.DestroyResourcesFailed | Unable to terminate the resource. Please retry later. |
FailedOperation.TradeCallBillingGatewayFailed | Failed to call the billing gateway service. Please try again later. |
InternalError | Internal error. |
InternalError.TradeCallBillingGatewayFailed | Failed to call billing gateway service |
InvalidParameterValue.BlueprintIdMalformed | Invalid parameter value: the image ID format is invalid. |
InvalidParameterValue.Duplicated | Invalid parameter value: duplicate values are not allowed. |
ResourceNotFound | The resource does not exist. |
ResourceNotFound.BlueprintIdNotFound | The image ID does not exist. |
ResourceNotFound.BlueprintNotFound | The specified image does not exist. Please check whether the BlueprintId of the image is correct. |
ResourceUnavailable | The resource is unavailable. |
UnauthorizedOperation.NoPermission | No permission |
UnsupportedOperation.BlueprintCurStateInvalid | The current status of the image does not support this operation. |
UnsupportedOperation.BlueprintOccupied | The image is in use, so this operation is not supported. |
UnsupportedOperation.NotSupportSharedBlueprint | The shared image does not support this operation. |
UnsupportedOperation.PostDestroyResourceFailed | Terminating a resource in the resource center failed. |
本页内容是否解决了您的问题?