Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
428
const
api =
new
ApiClient();
Callers
15
initEventListeners
Function · 0.45
renderAccounts
Function · 0.45
deleteAccount
Function · 0.45
markBindCardTaskUserAction
Function · 0.45
deleteBindCardTask
Function · 0.45
clearAllLogs
Function · 0.45
hide
Method · 0.45
cleanupInflightRequest
Method · 0.45
deleteService
Function · 0.45
deleteProxyItem
Function · 0.45
deleteCpaService
Function · 0.45
deleteSub2ApiService
Function · 0.45
Calls
1
request
Method · 0.95
Tested by
no test coverage detected