Remove a bookmark from a list
DELETE/lists/:listId/bookmarks/:bookmarkId
Remove a bookmark from a manual list.
Request
Responses
- 204
- 400
- 401
- 404
No content — the bookmark was removed from the list successfully.
Bookmark is not in the list.
Unauthorized — the Bearer token is missing, invalid, or expired.
List or bookmark not found.