MCPcopy 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
131export async function deleteDocument(slug: string): Promise<void> {
132 await DOCUMENTS.delete(slug);
133}
134
135function createId(): string {
136 const nanoid = customRandom(

Callers 1

actionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected