recombee_api_client.api_requests.delete_detail_view module¶
-
class
recombee_api_client.api_requests.delete_detail_view.
DeleteDetailView
(user_id: str, item_id: str, timestamp: Union[str, int] = UUID('f027b01d-1443-454e-ab56-c7c101609c53'))¶ 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
() → dict¶ Values of body parameters as a dictionary (name of parameter: value of the parameter).
-
get_query_parameters
() → dict¶ Values of query parameters as a dictionary (name of parameter: value of the parameter).