You need to enable JavaScript to run this app.
导航
删除机型库 RemovePhoneTemplate
最近更新时间:2025.10.28 14:59:32首次发布时间:2025.10.28 14:59:32
复制全文
我的收藏
有用
有用
无用
无用

删除指定的机型库,立即生效。

注意事项

  • 机型库删除后不可恢复,请谨慎操作。
  • 本接口的单用户 QPS 限制为 50 次/秒。超过限制,API 调用会被限流。

请求说明

  • 请求方式:POST
  • 请求地址:https://open.volcengineapi.com?Action=RemovePhoneTemplate&Version=2025-05-01

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

Query

参数类型是否必选示例值描述
ActionStringRemovePhoneTemplate接口名称。当前 API 的名称为 RemovePhoneTemplate
VersionString2025-05-01接口版本。当前 API 的版本为 2025-05-01

Body

参数类型是否必选示例值描述
PhoneTemplateIdString7658996557xxxxxx机型库 ID。

返回参数

下表仅列出本接口特有的返回参数。更多信息请参见返回结构

参数类型示例值描述
PhoneTemplateIdString7658996557xxxxxx机型库 ID。

请求示例

POST https://open.volcengineapi.com?Action=RemovePhoneTemplate&Version=2025-05-01
{
    "PhoneTemplateId": "7658996557xxxxxx"
}

返回示例

{
    "ResponseMetadata": {
        "Action": "RemovePhoneTemplate",
        "Region": "cn-north-1",
        "Service": "ACEP",
        "Version": "2025-05-01",
        "RequestId": "20230604110420****100232280022D31"
    },
    "Result": {
        "PhoneTemplateId": "7658996557xxxxxx"
    }
}

错误码

您可访问公共错误码,获取更多错误码信息。