删除函数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteFunction | 接口名称。当前 API 的名称为 DeleteFunction 。 |
Version | String | 是 | 2024-06-06 | 接口版本。当前 API 的版本为 2024-06-06 。 |
Id | String | 是 | pqyqo9qa | 函数 ID。 |
POST http://open.volcengineapi.com/?Action=DeleteFunction&Version=2024-06-06 HTTP/1.1 Content-Type: application/json { "Id": "pqyqo9qa" }
本接口无特有的返回参数。
HTTP/1.1 200 OK Content-Type: application/json { "ResponseMetadata": { "RequestId": "20230604110420****100232280022D31", "Action": "DeleteFunction", "Version": "2024-06-06", "Service": "vefaas", "Region": "cn-beijing" } }
当前接口暂无独立错误码,若接口调用返回异常,可参考 公共错误码 进行故障排查。