Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sshwsfc/xadmin
/ delete
Method
delete
packages/xadmin/src/api.js:31–33 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
29
}
30
31
delete(id) {
32
return
this.fetch(id, { method:
'DELETE'
})
33
}
34
35
put(id, data) {
36
return
this.fetch(id, { method:
'PUT'
, body: JSON.stringify(data) }).then((item) => {
Callers
1
handle_delete_item
Function · 0.80
Calls
1
fetch
Method · 0.95
Tested by
no test coverage detected