DELETE /user/{id} should return 404 if user doesn't exist

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Unresolved
    • Priority: L3 - Default
    • None
    • Affects Version/s: None
    • Component/s: None

      When

      • Try to delete a nonexisting user (kermit) with the following endpoint:
        DELETE /user/kermit
        

      Then

      • Response code is 204 no content

      Expected

      • Response code 404 user cannot be found

      Link to documentation:

      Note
      In case it is a documentation issue, Open API specification should be corrected as well.

            Assignee:
            Thorben Lindhauer
            Reporter:
            Michal Dytko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: