User-Item Interactions
Delete Detail View
Deletes an existing detail view uniquely specified by (userId, itemId, and timestamp) or all the detail views with the given userId and itemId if timestamp is omitted.
delete/{databaseId}/detailviews/
Path parameters
databaseIdstring required
ID of your database.
Query parameters
userIdstring required
ID of the user who made the detail view.
itemIdstring required
ID of the item whose details were viewed.
timestampnumber double
Unix timestamp of the detail view. If the timestamp is omitted, then all the detail views with the given userId and itemId are deleted.
Response
Successful operation.