recombee_api_client.api_requests.delete_item_property module

class recombee_api_client.api_requests.delete_item_property.DeleteItemProperty(property_name: str)

Bases: recombee_api_client.api_requests.request.Request

Deleting an item property is roughly equivalent to removing a column from the table of items.

Required parameters:

Parameters

property_name – Name of the property 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).