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

Method deleteDomain

mcp/src/client.ts:366–368  ·  view source on GitHub ↗
(domain: string)

Source from the content-addressed store, hash-verified

364 }
365
366 async deleteDomain(domain: string): Promise<void> {
367 await this.sdk.domains.delete(domain);
368 }
369
370 // ── Webhooks ────────────────────────────────────────────────────
371

Callers 1

registerDomainToolsFunction · 0.45

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected