Skip to main content
DELETE
/
webhooks
/
{webhookId}
Delete a webhook
curl --request DELETE \
  --url https://api.zet.money/v1/webhooks/{webhookId} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "data": {
    "message": "Webhook deleted successfully."
  }
}

Authorizations

x-api-key
string
header
required

Your Zet API key. Contact zetdotmoney@gmail.com to obtain your keys.

Path Parameters

webhookId
string
required

Response

Webhook deleted.

success
boolean
Example:

true

data
object