From d08e8842b659e723167325939161c5ed0bcedc3b Mon Sep 17 00:00:00 2001 From: Samir Medjiah Date: Wed, 17 Jul 2019 12:50:09 +0200 Subject: [PATCH] SOL002_152 DELETE Method (on "Individual Subscription") description and response updated --- src/SOL002/VNFIndicator/VNFIndicator.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/SOL002/VNFIndicator/VNFIndicator.yaml b/src/SOL002/VNFIndicator/VNFIndicator.yaml index ec687806..8fecbf26 100644 --- a/src/SOL002/VNFIndicator/VNFIndicator.yaml +++ b/src/SOL002/VNFIndicator/VNFIndicator.yaml @@ -755,7 +755,15 @@ paths: $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/504" delete: summary: Delete a subscription - description: Terminate an individual subscription. + description: > + This method terminates an individual subscription. + As the result of successfully executing this method, the "Individual + subscription" resource shall not exist any longer. This means that no + notifications for that subscription shall be sent to the formerly-subscribed + API consumer. + NOTE: Due to race conditions, some notifications might still be received + by the formerly-subscribed API consumer for a certain time period after + the deletion. parameters: - name: subscriptionId description: > @@ -774,7 +782,7 @@ paths: description: > 204 NO CONTENT - The subscription was deleted successfully. + Shall be returned when the subscription has been deleted successfully. The response body shall be empty. headers: Version: -- GitLab