AI Ability since v2.0.0
delete_webhook
Delete a webhook — Permanently delete a webhook and its triggers / mapping.
$
Permanently delete a webhook and its triggers / mapping. Requires confirmation. Registered as the WordPress Ability flowsystems-webhook-actions/delete_webhook, so external AI tools (Claude Code, Cursor) can call it over MCP or REST with a scoped API token.
/ Plan step shape
{ "ability": "delete_webhook", "input": { "id": … } }
/ Scope & confirmation
Minimum API-token scope for external (MCP/REST) callers: full. This step always pauses for explicit user confirmation before it runs.
/ Input fields
| Name | In | Type | Req | Description |
|---|---|---|---|---|
| id | param | integer | yes |
/ Examples
Plan step as the AI Builder proposes it
{ "id": "step_1", "ability": "delete_webhook", "summary": "…", "input": { "id": 12 } }
/ Related
Ready Your next automation is
Your next automation is
one sentence away.
$ wp plugin install flowsystems-webhook-actions --activate