wc_delete_webhook tool reference for StifLi Flex MCP
Writedeletes a webhook.
Description
deletes a webhook.
What it is for
- Retiring old integrations.
Example use case
shutting down a legacy integration.
Sample prompt
Delete webhook ID 18 because the old automation endpoint has been decommissioned.
Sample response
{
"tool": "wc_delete_webhook",
"status": "ok",
"updated": true
}
What does wc_delete_webhook do?
deletes a webhook.
Does wc_delete_webhook modify store data?
Yes. It is a write operation and can create, update, or delete data depending on arguments.
Which capability is commonly required?
It usually runs under controls compatible with manage_woocommerce and the active MCP profile.
How should wc_delete_webhook be used safely?
Enable write confirmations, test in staging first, and keep changelog/rollback enabled.
