Class: DeleteViewPortion

DeleteViewPortion(userId, itemId, optional)

Deletes an existing view portion specified by (`userId`, `itemId`, `sessionId`) from the database.

Constructor

new DeleteViewPortion(userId, itemId, optional)

Construct the request
Parameters:
Name Type Description
userId string ID of the user who rated the item.
itemId string ID of the item which was rated.
optional Object Optional parameters given as an object with structure name of the parameter: value - Allowed parameters: - *sessionId* - Type: string - Description: Identifier of a session.
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