Delete file
Future<void> deleteFile(String fileId) async { await _apiClient.delete('/files/$fileId'); }