delete_webhookDelete a webhook
Removes a webhook endpoint. In-flight retries stop.
- Category
- Webhooks
- Calls
- DEL/v1/webhooks/{id}
- Safe to auto-approve
- No. It changes data, so keep a human in the loop or scope the key.
Parameters
idstringrequiredWebhook subscription id.
profileIdstringoptionalProfile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.
Example
A tool call as an MCP client would send it.
{
"name": "delete_webhook",
"arguments": {
"id": "a1b2c3d4-0000-4000-8000-000000000000"
}
}