User-Item Interactions
Delete View Portion
Deletes an existing view portion specified by (userId, itemId, sessionId) from the database.
delete/{databaseId}/viewportions/
Path parameters
databaseIdstring required
ID of your database.
Query parameters
userIdstring required
ID of the user who rated the item.
itemIdstring required
ID of the item which was rated.
sessionIdstring
Identifier of a session.
Response
Successful operation.
Changes
No recorded changes to this endpoint across all 1 revision of this API.