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

Method delete

tests/e2e-prod/harness/client.ts:115–117  ·  view source on GitHub ↗
(path: string, opts: RequestOpts = {})

Source from the content-addressed store, hash-verified

113 return this.request<T>("PUT", path, opts);
114 }
115 delete<T = unknown>(path: string, opts: RequestOpts = {}) {
116 return this.request<T>("DELETE", path, opts);
117 }
118}
119
120export const defaultClient = new ApiClient();

Callers 15

onStdoutMethod · 0.45
callMethod · 0.45
cleanupFunction · 0.45
01-basic.test.tsFile · 0.45
10-domains.test.tsFile · 0.45
02-authz.test.tsFile · 0.45
deleteAgentMethod · 0.45
deleteDomainMethod · 0.45
deleteWebhookMethod · 0.45

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected