MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / deleteWebhook

Method deleteWebhook

mcp/src/client.ts:402–404  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

400 }
401
402 async deleteWebhook(id: string): Promise<void> {
403 await this.sdk.webhooks.delete(id);
404 }
405
406 rotateWebhookSecret(id: string): Promise<RotateSecretResponse> {
407 return this.sdk.webhooks.rotateSecret(id);

Callers 1

registerWebhookToolsFunction · 0.45

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected