Commit fc734f43 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL002_32 DELETE method (on Individual VNF instance) description and response updated

parent e8529141
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -459,13 +459,13 @@ paths:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/504"
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/504"
    delete:
    delete:
      description: >
      description: >
        This method deletes an individual VNF instance resource.
        This method deletes an "Individual VNF instance" resource.
      responses:
      responses:
        204:
        204:
          description: >
          description: >
            204 NO CONTENT
            204 NO CONTENT


            The VNF instance resource and the associated VNF identifier were
            The "Individual VNF instance" resource and the associated VNF identifier were
            deleted successfully.
            deleted successfully.
            The response body shall be empty.
            The response body shall be empty.
          headers:
          headers:
@@ -499,7 +499,7 @@ paths:
            409 CONFLICT
            409 CONFLICT


            Error: The operation cannot be executed currently, due to a conflict with the state of the resource.
            Error: The operation cannot be executed currently, due to a conflict with the state of the resource.
            Typically, this is due to the fact that the VNF instance resource is in INSTANTIATED state.
            Typically, this is due to the fact that the "Individual VNF instance" resource is in INSTANTIATED state.
            The response body shall contain a ProblemDetails structure, in which the "detail" attribute shall
            The response body shall contain a ProblemDetails structure, in which the "detail" attribute shall
            convey more information about the error.
            convey more information about the error.
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/409"
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/409"