跳转到主要内容
Webhook

删除 Webhook

删除 Webhook,停止后续事件投递

DELETE
/api/v1/agentstudio/webhook_endpoints/{id}
cURL
curl --request DELETE \
  --url 'https://dashscope.aliyuncs.com/api/v1/agentstudio/webhook_endpoints/{id}' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "request_id": "8e1d16e4"
}

鉴权

string
header
必填

DashScope API Key

路径参数

string
必填

Webhook ID,格式 wep_<ULID>

响应

200-application/json
string