Skip to main content
DELETE
/
v1
/
webhook
/
paylink
/
transaction
/
{webhookId}
Delete a Pay Link Webhook
curl --request DELETE \
  --url https://api.hel.io/v1/webhook/paylink/transaction/{webhookId} \
  --header 'Authorization: Bearer <token>'
{}
NOTE: When using Helio on mainnet, set your Base URL to https://api.hel.io and generate your API keys from moonpay.hel.io . For testnet, use https://api.dev.hel.io and generate your API keys from moonpay.dev.hel.io.

Authorizations

Authorization
string
header
required

Authentication using JWT token

Path Parameters

webhookId
string
required

The unique identifier of the webhook you want to delete.

Query Parameters

apiKey
string
required

Your API key can be generated on the Helio Dashboard’s settings page.

Response

Webhook deleted successfully.