Smithery
webhook_delete
Permanently delete a webhook endpoint and stop sending events to it. Existing in-flight deliveries are not retried.
Remote relievedattention992-smithery/screenshotsmcp
Other tools also called webhook_delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"endpointId": {
"type": "string",
"description": "Endpoint id to delete"
}
}
}