删除 Webhook 端点
cURL
curl --request DELETE \ --url https://api.chainstream.io/v2/webhook/endpoint/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Documentation IndexFetch the complete documentation index at: https://docs.chainstream.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.chainstream.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
端点 ID
成功响应
端点操作的布尔结果(delete、rotate secret)
操作成功状态
true
此页面对您有帮助吗?