Skip to main content

DELETE /api/bookmarks/< bookmark_id >

Soft-delete a bookmark (moves to trash).

Soft-deletes a specific bookmark by moving it to the trash based on the provided identifier.

Endpoint

DELETE /api/bookmarks/< bookmark_id >

Parameters

NameTypeDescription
bookmark_idstringThe unique identifier of the bookmark to be soft-deleted.

Response

StatusDescription
204The bookmark was successfully soft-deleted. Returns null.
404The bookmark with the specified ID could not be found. Returns object.