User-Item Interactions
Delete Bookmark
Deletes a bookmark uniquely specified by userId, itemId, and timestamp or all the bookmarks with the given userId and itemId if timestamp is omitted.
delete/{databaseId}/bookmarks/
Path parameters
databaseIdstring required
ID of your database.
Query parameters
userIdstring required
ID of the user who made the bookmark.
itemIdstring required
ID of the item which was bookmarked.
timestampnumber double
Unix timestamp of the bookmark. If the timestamp is omitted, then all the bookmarks with the given userId and itemId are deleted.
Response
Successful operation.