Delete a webhook subscription
Webhook Management
Delete a webhook subscription
Permanently delete a webhook subscription.
⚠️ Warning
This action cannot be undone. The webhook will immediately stop receiving events and its configuration will be permanently removed.
When to Delete vs Deactivate
-
Delete when:
- The webhook endpoint is being permanently decommissioned
- You’re migrating to a completely different webhook system
- The webhook was created for testing and is no longer needed
-
Deactivate (set status to inactive) when:
- Temporarily pausing webhooks for maintenance
- Troubleshooting webhook issues
- You might need the webhook configuration later
Example Request
curl -X DELETE https://app.titanx.io/api/public/v2/webhooks/550e8400-e29b-41d4-a716-446655440000 \
-H "Authorization: Bearer YOUR_API_KEY"
Response
Returns HTTP 204 No Content on successful deletion.
DELETE
Delete a webhook subscription