For the complete documentation index, see llms.txt. This page is also available as Markdown.

刪除 Webhook 訂閱

刪除指定的 Webhook 訂閱。刪除後,該訂閱對應的事件將停止推送。

delete
Authorizations
X-API-KeystringRequired
Path parameters
idstring · uuidRequired

訂閱 ID(建立訂閱時回傳)

Example: 2ad55a3f-9d1c-4a6e-b1c6-6c9a1a2b3c4d
Responses
204

已成功刪除該訂閱

No content

delete/v1/webhooks/{id}
DELETE /v1/webhooks/{id} HTTP/1.1
Host: api.blockchainsecurity.asia
X-API-Key: YOUR_API_KEY
Accept: */*

No content

Last updated

Was this helpful?