Skip to main content
DELETE
/
webhooks
/
{uuid}
Delete webhook subscription
curl --request DELETE \
  --url https://api.zeeg.me/v2/webhooks/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "status": 200
}

Documentation Index

Fetch the complete documentation index at: https://developer.zeeg.me/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

uuid
string<uuid>
required

UUID of the webhook subscription.

Response

OK

success
boolean
status
integer
Last modified on April 29, 2026