Changing on Delete Data Method
When users delete data using the API method in the delete/data route or via the SDK .delete() method, the API executes in fact two operations: one to get the data using the query and another operation to actually delete the data. In the upcoming weeks, we will deploy a new version where both of these …