Delete webhook
tribeunal_delete_webhookPermanently delete a webhook endpoint to stop deliveries and destroy its signing secret. Re-registering the URL creates a new secret, so old receivers fail verification; unowned endpoints return 404.
Instructions
Permanently delete one of your webhook endpoints. Deliveries stop immediately and the signing secret is destroyed — re-registering the same URL issues a NEW secret, so any receiver still using the old one will fail verification. An endpoint you do not own returns 404, the same answer as one that does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhookId | Yes | Webhook endpoint UUID to delete |