I want to delete getstream feed (Single complete stream like TIMELINE:200
) by using nodejs client
const timeline = client.feed('TIMELINE', '200');
timeline.delete(); // this line throws error
TypeError: timeline_200.feed.delete is not a function