移除机型参数规则,立即生效。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
| 参数 | 类型 | 是否必选 | 示例值 | 描述 |
|---|---|---|---|---|
| Action | String | 是 | RemovePropertyRule | 接口名称。当前 API 的名称为 RemovePropertyRule。 |
| Version | String | 是 | 2023-10-30 | 接口版本。当前 API 的版本为 2023-10-30。 |
| 参数 | 类型 | 是否必选 | 示例值 | 描述 |
|---|---|---|---|---|
| RuleName | String | 是 | Oppo1 | 需要移除的机型参数规则名称,可通过 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" }
您可访问公共错误码,获取更多错误码信息。