ImpSdk.removeFromGenericList

developed by Ramu Katamaneni
Name Description
removeFromGenericList SDK for to remove entry from Generic List for signed in User.

Demonstration:

removeFromGenericList()
input properties
requestdata: object The input data as json, ex: {type:"recipe", entryid:"121211"} OR delete entire list for this type: {type:"recipe"}
callback: function Callback function to be called when remove from Generic List response is ready.
output properties
callback: function Callback function is returned with Error and Data( Ex: callback(error, responsedata) )
error: Error Error object with error details( For success: it is null )
responsedata: object Nothing for now