Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
registerDomainTools
Function · 0.45
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected