Constructor
new DeleteMoreItems(filter)
Construct the request
Parameters:
Name | Type | Description |
---|---|---|
filter |
string | A [ReQL](https://docs.recombee.com/reql.html) expression, which return `true` for the items that shall be updated. |
- 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