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
| Name | Type | Description |
|---|---|---|
| bookmark_id | string | The unique identifier of the bookmark to be soft-deleted. |
Response
| Status | Description |
|---|---|
| 204 | The bookmark was successfully soft-deleted. |
| 404 | The specified bookmark identifier does not exist in the system. Returns object. |