Permanently delete a webhook subscription.
This action cannot be undone. The webhook will immediately stop receiving events and its configuration will be permanently removed.
Delete when:
Deactivate (set status to inactive) when:
curl -X DELETE https://app.titanx.io/api/public/v2/webhooks/550e8400-e29b-41d4-a716-446655440000 \
-H "Authorization: Bearer YOUR_API_KEY"
Returns HTTP 204 No Content on successful deletion.