Smithery
webhook_subscriptions.delete
Permanently deletes a webhook subscription. This action cannot be undone.
Remote smithery/composio
Other tools also called webhook_subscriptions.delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "webhookSubscriptionId",
"description": "Webhook subscription ID"
}
}
}