DELETE subscription by ID (vnfpkgm)
Use this API to delete a specific subscription related to VNF package management.
The following elements of the request, example, and response are described:
Request
Aspect | Value |
---|---|
Endpoint URL | /api/etsi/vnfpkgm/v2/subscriptions/<subscription-id> |
HTTP Method | DELETE |
Request headers
Header | Value |
---|---|
Content-Type | application/json |
Version | 2.1.0 |
Request data
DELETE request on /api/etsi/vnfpkgm/v2/subscriptions/102e0f23-362b-4b73-80a3-7aeb046f91e8
Request data example
None
Response codes
HTTP status code | Description |
---|---|
204 | When the Individual subscription resource has been deleted
successfully. |
404 | When the Individual subscription resource does not exist in database or has
already been deleted. |
4xx/5xx | In addition to the response codes defined in this table, any common error response codes. |
Response headers
None
Response data
None