User-Item Interactions

Delete Rating

Deletes an existing rating specified by (userId, itemId, timestamp) from the database or all the ratings with the given userId and itemId if timestamp is omitted.

delete/{databaseId}/ratings/

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.

timestampnumber double

Unix timestamp of the rating. If the timestamp is omitted, then all the ratings with the given userId and itemId are deleted.

Response

Successful operation.

Changes

No recorded changes to this endpoint across all 1 revision of this API.