跳转到主要内容
DELETE
/
v0
/
webhooks
/
{webhookID}
Deletes a webhook.
curl --request DELETE \
  --url 'https://api-mainnet.helius-rpc.com/v0/webhooks/{webhookID}?api-key='
{
  "message": "<string>"
}

请求参数

webhookID
string
必填
Webhook ID — 唯一标识该 webhook 的 UUIDv4。

授权

api-key
string
query
必填

Your Helius API key. You can get one for free in the dashboard.

路径参数

webhookID
string
必填

The webhook ID — a UUIDv4 that uniquely identifies the webhook.

示例:

"123e4567-e89b-12d3-a456-426614174000"

响应

No content.

message
string