MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / delete

Method delete

static/js/utils.js:423–425  ·  view source on GitHub ↗
(path, options = {})

Source from the content-addressed store, hash-verified

421 }
422
423 delete(path, options = {}) {
424 return this.request(path, { ...options, method: 'DELETE' });
425 }
426}
427
428const api = new ApiClient();

Callers 15

initEventListenersFunction · 0.45
renderAccountsFunction · 0.45
deleteAccountFunction · 0.45
deleteBindCardTaskFunction · 0.45
clearAllLogsFunction · 0.45
hideMethod · 0.45
deleteServiceFunction · 0.45
deleteProxyItemFunction · 0.45
deleteCpaServiceFunction · 0.45
deleteSub2ApiServiceFunction · 0.45

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected