Github user tae-jun commented on the issue:

    https://github.com/apache/zeppelin/pull/1565
  
    @minahlee I have a question about REST API style. Is there any purpose that 
you used `PUT` method?
    
    In my opinion, `DELETE` method is more proper since it does not `PUT` 
`clear` under a `noteId`. This action `DELETE`s `noteId`'s `outputs`. So, this 
is API style I suggest:
    
    ```
    DELETE {noteId}/outputs
    ```
    
    And also maybe we can implement one paragraph output deletion in the future 
like:
    
    ```
    DELETE {noteId}/outputs/{paragraphId}
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to