Future<dynamic> DELETE(String path, { List<String>? queries, }) async { return _method(_Method.delete, path, queries: queries); }