DELETE /< 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 /< 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 bookmark with the specified ID could not be found. Returns object. |