webhook_delete
Delete a webhook from Voog CMS by its ID. Set force=true to confirm removal; without it, the request is rejected. Retrieve the ID with webhooks_list first.
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 | ||
| force | No | Must be true to actually perform the delete. Defaults to false (defensive opt-in). | |
| webhook_id | Yes | Voog webhook id (from webhooks_list) |