Permanently delete a webhook endpoint. Deleted endpoints stop receiving deliveries immediately and cannot be recovered — to temporarily pause deliveries without losing configuration, set active=false instead.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/webhook/{webhookId}
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/webhook/{webhookId}
curl -i -X DELETE \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/webhook/{webhookId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'