recombee_api_client.api_requests.delete_series module

class recombee_api_client.api_requests.delete_series.DeleteSeries(series_id: str)

Bases: recombee_api_client.api_requests.request.Request

Deletes the series of given seriesId from the database.

Deleting a series will only delete assignment of items to it, not the items themselves!

Required parameters:

Parameters

series_id – ID of the series to be 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).