Domain name for API request: scf.tencentcloudapi.com.
This API is used to delete a function based on the input parameters.
A maximum of 100 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: DeleteFunction. |
Version | Yes | String | Common Params. The value used for this API: 2018-04-16. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
FunctionName | Yes | String | Name of the function to be deleted |
Namespace | No | String | Function namespace |
Qualifier | No | String | ID of the version to delete. All versions are deleted if it’s left empty. |
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 function with the specified version and namespace.
https://scf.tencentcloudapi.com/?Action=DeleteFunction
&FunctionName=<FunctionName>
&<Common request parameters>
{
"Response": {
"RequestId": "eac6b301-a322-493a-8e36-83b295459397"
}
}
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 | Operation failed. |
FailedOperation.DeleteFunction | This operation cannot be performed in the current function status. Please try again when the function is in normal status. |
FailedOperation.FunctionNameStatusError | You cannot update code in the current function state. Please try again when the state is normal. |
FailedOperation.FunctionStatusError | Operation failed. The function is deploying. |
FailedOperation.ProvisionedInProgress | The function version already has a provisioned concurrency setting task in progress. Please try again later. |
InternalError.Cmq | Failed to delete the cmq trigger. |
InternalError.System | Internal system error. |
InvalidParameter.Payload | Invalid request parameter. |
InvalidParameterValue | Incorrect parameter value. |
InvalidParameterValue.FunctionName | The function does not exist. |
InvalidParameterValue.Namespace | Namespace error. |
InvalidParameterValue.Qualifier | Unsupported function version. |
ResourceNotFound | The resource does not exist. |
ResourceNotFound.AttachedTagKeyNotFound | The tag key does not exist. |
ResourceNotFound.Function | The function does not exist. |
ResourceNotFound.FunctionName | The function does not exist. |
ResourceNotFound.Namespace | Namespace does not exist. |
ResourceNotFound.Qualifier | The version does not exist. |
UnauthorizedOperation.CAM | CAM authentication failed. |
UnauthorizedOperation.DeleteFunction | Unauthorized operation. |
UnsupportedOperation | Unsupported operation. |
UnsupportedOperation.AliasBind | The resource is bound to an alias, and the current operation cannot be performed. Please unbind the alias and try again. |
本页内容是否解决了您的问题?