pub(super) async fn drop_objects( client: &Client, objects: &BTreeSet<ObjectId>, ) -> Result<Vec<String>, ConnectionError>
Drop specific objects by their ObjectIds.
Returns the fully-qualified names of dropped objects.