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
}

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 4, 2026