Skip to main content
Webhook

Delete Webhook

Delete a Webhook and stop further event delivery

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

Authorizations

string
header
required

DashScope API Key

Path Parameters

string
required

Webhook ID,格式 wep_<ULID>

Response

200-application/json
string
Overview
Sandbox API
Memory API
Flow Agent API
RAG API
Connector API
Framework Integration
Assistant API (Deprecating)
  • Overview