webhook_delete
Delete a webhook from Voog CMS by providing its ID from a previous list call. Requires force parameter set to true to proceed.
Instructions
Remove a webhook (DELETE /webhooks/{id}). Voog returns 204. Requires force=true; without it the call is rejected. Run webhooks_list first to confirm the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| webhook_id | Yes | Voog webhook id (from webhooks_list) | |
| force | No | Must be true to actually perform the delete. Defaults to false (defensive opt-in). |