GetStream / stream-python

Python Client - Build Activity Feeds & Streams with GetStream.io
https://getstream.io
BSD 3-Clause "New" or "Revised" License
142 stars 40 forks source link

I need a bulk delete activity method. #75

Closed japrogramer closed 6 years ago

japrogramer commented 6 years ago

Currently there is a create_activities methods for feeds but I don't see a remove_activities equivalent.

dwightgunning commented 6 years ago

Deleting activities in bulk isn't a supported operation. Depending on the scenario / use case there are typically preferable ways to achieve the desired functionality without explicitly deleting activities.

It's best to contact support directly to discuss implementation specific use-cases.