Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
SOL002-SOL003
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NFV - Network Functions Virtualisation
SOL002-SOL003
Commits
d08e8842
Commit
d08e8842
authored
Jul 17, 2019
by
Samir Medjiah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SOL002_152 DELETE Method (on "Individual Subscription") description and response updated
parent
88991918
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
VNFIndicator.yaml
src/SOL002/VNFIndicator/VNFIndicator.yaml
+10
-2
No files found.
src/SOL002/VNFIndicator/VNFIndicator.yaml
View file @
d08e8842
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment