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 its unique 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.
404The specified bookmark identifier does not exist in the system. Returns object.