Domain name for API request: scf.tencentcloudapi.com.
This API is used to delete a specified version of a specified layer. The deleted version cannot be associated with a function, but the deletion does not affect functions that are referencing this layer.
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: DeleteLayerVersion. |
Version | Yes | String | Common Params. The value used for this API: 2018-04-16. |
Region | No | String | Common Params. This parameter is not required for this API. |
LayerName | Yes | String | Layer name |
LayerVersion | Yes | Integer | Version number |
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 layer version.
POST / HTTP/1.1
Host: scf.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DeleteLayerVersion
<Common request parameters>
{
"LayerName": "abc",
"LayerVersion": 0
}
{
"Response": {
"RequestId": "a1ffbba5-5489-45bc-89c5-453e50d5386e"
}
}
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.DeleteLayerVersion | Failed to delete the layer version. |
FailedOperation.OperationConflict | Operation conflict. |
InternalError | Internal error. |
InternalError.System | Internal system error. |
ResourceInUse.LayerVersion | The layer version is in use. |
ResourceNotFound.LayerVersion | The layer version does not exist. |
UnauthorizedOperation.CAM | CAM authentication failed. |
Was this page helpful?