Skip to content

Delete a bookmark

DELETE
/api/v1/bookmarks/{bookmarkId}
curl --request DELETE \
--url http://127.0.0.1:58259/api/v1/bookmarks/1

Delete a specific bookmark by its ID.

bookmarkId
required
integer format: int64

ID of the bookmark to delete

Bookmark deleted successfully