Skip to content

Delete webhook endpoint

Request

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
Path
webhookIdinteger, (int64)required

Webhook endpoint ID

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'

Responses

Webhook endpoint deleted successfully

Response
No content