User-Item Interactions
Delete Cart Addition
Deletes an existing cart addition uniquely specified by userId, itemId, and timestamp or all the cart additions with the given userId and itemId if timestamp is omitted.
delete/{databaseId}/cartadditions/
Path parameters
databaseIdstring required
ID of your database.
Query parameters
userIdstring required
ID of the user who made the cart addition.
itemIdstring required
ID of the item which was added to the cart.
timestampnumber double
Unix timestamp of the cart addition. If the timestamp is omitted, then all the cart additions 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.