webhooks_delete
Permanently delete a webhook endpoint and all its delivery history. This hard delete is irreversible; pause deliveries by updating the webhook instead.
Instructions
Permanently delete a webhook endpoint and all its delivery history. This is a hard delete with no recovery. To pause deliveries temporarily, use webhooks_update with isActive: false instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | Webhook endpoint UUID to permanently delete | |
| companyId | No | Company UUID (overrides STORNO_COMPANY_ID env var) |