跳转到主要内容
DELETE
/
v2
/
webhook
/
endpoint
/
{id}
端点 - 删除
curl --request DELETE \
  --url https://api.chainstream.io/v2/webhook/endpoint/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.chainstream.io/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

id
string
必填

端点 ID

响应

200 - application/json

成功响应

端点操作的布尔结果(delete、rotate secret)

success
boolean
必填

操作成功状态

示例:

true