DELETE
/
v0
/
webhooks
/
{webhookID}
curl --request DELETE \
  --url https://api.helius.xyz/v0/webhooks/{webhookID}
{
  "message": "<string>"
}

Authorizations

api-key
string
query
required

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

Path Parameters

webhookID
string
required

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

Example:

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

Response

200
application/json
No content.

The response is of type object.