You need to enable JavaScript to run this app.
导航
【旧版】移除机型参数规则 RemovePropertyRule
最近更新时间:2025.10.30 14:41:35首次发布时间:2024.09.23 20:27:38
复制全文
我的收藏
有用
有用
无用
无用

移除机型参数规则,立即生效。

请求说明

  • 请求方式:POST
  • 请求地址:https://open.volcengineapi.com?Action=RemovePropertyRule&Version=2023-10-30

请求参数

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

Query

参数类型是否必选示例值描述
ActionStringRemovePropertyRule接口名称。当前 API 的名称为 RemovePropertyRule
VersionString2023-10-30接口版本。当前 API 的版本为 2023-10-30

Body

参数类型是否必选示例值描述
RuleNameStringOppo1需要移除的机型参数规则名称,可通过 ListPropertyRule获取。

返回参数

本接口无特有的返回参数。更多信息请见返回结构

请求示例

POST https://open.volcengineapi.com?Action=RemovePropertyRule&Version=2023-10-30
{
    "RuleName": "Oppo1"
}

返回示例

{
    "ResponseMetadata": {
        "Action": "RemovePropertyRule",
        "Region": "cn-north-1",
        "Service": "ACEP",
        "Version": "2023-10-30",
        "RequestId": "20230604110420****100232280022D31"
    },
    "Result": "success"
}

错误码

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