Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/triggerdotdev/jsonhero-web
/ deleteDocument
Function
deleteDocument
app/jsonDoc.server.ts:131–133 ·
view source on GitHub ↗
(slug: string)
Source
from the content-addressed store, hash-verified
129
}
130
131
export
async
function
deleteDocument(slug: string): Promise<void> {
132
await
DOCUMENTS.delete(slug);
133
}
134
135
function
createId(): string {
136
const
nanoid = customRandom(
Callers
1
action
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected