Future<dynamic> deleteFile(String objectType, dynamic objectId, String fileName) { return apiDelete("/api/$objectType/$objectId/$fileName"); }