调用 DeleteParameterGroup 接口删除目标参数模板。
同步请求。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
ParameterGroupId | String | 是 | pg-cnlfm5yzmxehmkw**** | 参数模板 ID。 说明
|
本接口无特有的返回参数。更多信息请见返回结构。
POST https://redis.volcengineapi.com/?Action=DeleteParameterGroup&Version=2020-12-07 HTTP/1.1 Host: redis.volcengineapi.com Content-Type: application/json; charset=utf-8 X-Date: 20201103T104027Z Authorization: HMAC-SHA256 Credential=AK****/20201103/cn-beijing/Redis/request,SignedHeaders=content-type;host;x-date,Signature=**** { "ParameterGroupId": "pg-cnlfm5yzmxehmkw****" }
{ "ResponseMetadata": { "RequestId": "2023060411042010023228002****", "Action": "DeleteParameterGroup", "Version": "2020-12-07", "Service": "Redis", "Region": "cn-beijing" }, "Result": null }
更多详情,请参见错误码。