Future deleteComment(int documentId, int commentId) { return dio.delete('/comments/$documentId/$commentId'); }