Commit 0e92cfc4 authored by lengyelb's avatar lengyelb Committed by ruiyue
Browse files

Edit TS28532_ProvMnS.yaml remove response code 200 for delete

parent ff6449e5
Loading
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -388,12 +388,6 @@ paths:
        With HTTP DELETE one resource is deleted. The resources to be deleted is
        identified with the target URI.
      responses:
        '200':
          description: >-
            The response code is deprecated. Use 204 instead.
            Success case ("200 OK").
            This status code is returned, when the resource has been successfully deleted.
            The response body is empty.
        '204':
          description: >-
            Success case ("204 No Content").