Skip to main content
Module

x/linkding/mod.ts>archiveBookmark

Access your Linkding API with Deno.
Go to Latest
function archiveBookmark
import { archiveBookmark } from "https://deno.land/x/linkding@v2.0.0/mod.ts";

Archive bookmark by ID.

Parameters

id: number

Returns

Promise<Bookmark | null>

Archived bookmark, otherwise null if unsuccessful.