recombee_api_client.api_requests.delete_detail_view module¶
-
class
recombee_api_client.api_requests.delete_detail_view.
DeleteDetailView
(user_id, item_id, timestamp=UUID('2e6a281c-6035-4f25-a736-b9ee87954b78'))¶ Bases:
recombee_api_client.api_requests.request.Request
Deletes an existing detail view uniquely specified by (userId, itemId, and timestamp) or all the detail views with given userId and itemId if timestamp is omitted.
Required parameters:
- Parameters
user_id – ID of the user who made the detail view.
item_id – ID of the item of which the details were viewed.
Optional parameters:
- Parameters
timestamp – Unix timestamp of the detail view. If the timestamp is omitted, then all the detail views with given userId and itemId are deleted.
-
get_body_parameters
()¶ Values of body parameters as a dictionary (name of parameter: value of the parameter).
-
get_query_parameters
()¶ Values of query parameters as a dictionary (name of parameter: value of the parameter).