Skip to main content
EngageFabric home page
Search...
⌘K
Search...
Navigation
Webhooks
Delete a webhook
Getting Started
Introduction
Quick Start
Authentication
Guides
Player Management
Event Tracking
Analytics & Insights
Audit Logs
Team Management
Billing & Subscriptions
Custom Domains
Enterprise SSO
Core Concepts
Multi-Tenancy
Game Economy
Rules Engine
Real-Time Features
Health Monitoring
API Reference
API Overview
Error Codes
Rate Limits
Webhooks
Endpoints
API Reference
Admin - Rate Limits
Admin - Audit Logs
auth
OAuth
projects
Billing
tenants
players (admin)
players
Webhooks
GET
List webhooks for a project
POST
Create a new webhook
GET
List available webhook event types
GET
Get webhook details
DEL
Delete a webhook
PATCH
Update a webhook
POST
Regenerate webhook secret
POST
Send a test webhook payload
GET
List webhook delivery history
POST
Retry a failed delivery
health
Events
Rules
Quests
Player Quests
Leaderboards
leaderboards (admin)
Adventures
Player Adventures
Lobbies
Chat
Super Admin
Analytics
Blog
team
enterprise
SDKs
SDKs Overview
JavaScript SDK
React Components
Resources
Changelog
Delete a webhook
cURL
Copy
curl
--request
DELETE
\
--url
https://api.engagefabric.com/api/v1/webhooks/{id}
Webhooks
Delete a webhook
DELETE
https://api.engagefabric.com
http://localhost:3000
/
api
/
v1
/
webhooks
/
{id}
Try it
Delete a webhook
cURL
Copy
curl
--request
DELETE
\
--url
https://api.engagefabric.com/api/v1/webhooks/{id}
Path Parameters
id
string
required
Webhook ID
Query Parameters
projectId
string
required
Response
204 - undefined
Get webhook details
Update a webhook
⌘I