删除告警回调。
请求说明
- 请求方式:POST
- 请求地址:https://open.volcengineapi.com?Action=DeleteWebhooksByIds&Version=2018-01-01
ServiceName : Volc_Observe
Region : cn-beijing
AccessKey : xxx
SecretKey : xxx
调试
API Explorer
您可以通过 API Explorer 在线发起调用,无需关注签名生成过程,快速获取调用结果。
去调试请求参数
Query
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|
Action | String | 是 | DeleteWebhooksByIds | 接口名称。当前 API 的名称为 DeleteWebhooksByIds 。 |
Version | String | 是 | 2018-01-01 | 接口版本。当前 API 的版本为 2018-01-01 。 |
Body
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|
Ids | Array of String | 是 | ["18029816075269*****"] | webhook的ID。 |
返回参数
参数 | 类型 | 示例值 | 描述 |
---|
Data | Array of String | [] | 返回内容。 |
请求示例
POST https://open.volcengineapi.com?Action=DeleteWebhooksByIds&Version=2018-01-01
ServiceName: Volc_Observe
Region: cn-beijing
AccessKey: xxx
SecretKey: xxx
{
"Ids": ["18029816075269*****"]
}
返回示例
{
"ResponseMetadata": {
"RequestId": "20240624161457E7F43283BBCE326*****",
"Action": "DeleteWebhooksByIds",
"Version": "2018-01-01",
"Service": "volc_observe_boe",
"Region": "cn-nanjing-bbit"
},
"Result": {
"Data": []
}
}
错误码
本接口无特有的错误码。更多信息请参见错误码。