recombee_api_client.api_requests.remove_from_series module

class recombee_api_client.api_requests.remove_from_series.RemoveFromSeries(series_id: str, item_type: str, item_id: str, time: float)

Bases: recombee_api_client.api_requests.request.Request

Removes an existing series item from the series. Required parameters:

Parameters
  • series_id – ID of the series from which a series item is to be removed.

  • item_type – Type of the item to be removed.

  • item_id – ID of the item iff itemType is item. ID of the series iff itemType is series.

  • time – Time index of the item to be removed.

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).