I have a likes collection that has tweetId attribute and based on that I want to delete all the likes related to that particular tweetId...
#appwrite #client-side #delete-documents #🗂│support
TL;DR
Developers want to delete multiple documents based on a particular attribute like tweetId in their likes collection. They are looking for a way to remove all likes related to a specific tweetId.