Class: DeleteSearchSynonym

DeleteSearchSynonym(id)

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

Constructor

new DeleteSearchSynonym(id)

Construct the request
Parameters:
Name Type Description
id string ID of the synonym that should be deleted.
Source:

Methods

bodyParameters() → {Object}

Get body parameters
Source:
Returns:
The values of body parameters (name of parameter: value of the parameter)
Type
Object

queryParameters() → {Object}

Get query parameters
Source:
Returns:
The values of query parameters (name of parameter: value of the parameter)
Type
Object