recombee_api_client.api_requests.delete_search_synonym module¶
-
class
recombee_api_client.api_requests.delete_search_synonym.
DeleteSearchSynonym
(id: str)¶ Bases:
recombee_api_client.api_requests.request.Request
Deletes synonym of given id and this synonym is no longer taken into account in the [Search items](https://docs.recombee.com/api.html#search-items).
Required parameters:
- Parameters
id – ID of the synonym that should 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).