diff --git a/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml b/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml index 022a1510415751b8f2e4d53116deb9637e90ee1f..0bcbab8ac94a84aae4924da20ccddb1ef3aed549 100644 --- a/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml +++ b/src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml @@ -817,12 +817,20 @@ paths: delete: 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. responses: 204: description: > 204 NO CONTENT - The subscription resource was deleted successfully. + Shall be returned when the "Individual subscription" resource has + been deleted successfully. The response body shall be empty. headers: Version: