MCPcopy Index your code
hub / github.com/filebrowser/filebrowser / remove

Function remove

frontend/src/api/share.ts:12–16  ·  view source on GitHub ↗
(hash: string)

Source from the content-addressed store, hash-verified

10}
11
12export async function remove(hash: string) {
13 await fetchURL(`/api/share/${hash}`, {
14 method: "DELETE",
15 });
16}
17
18export async function create(
19 url: string,

Callers

nothing calls this directly

Calls 1

fetchURLFunction · 0.90

Tested by

no test coverage detected