DELETE subscription by ID (nslcm)
Use this API to delete a specific subscription that is related to NSD management.
The following elements of the request, example, and response are described:
Request
Aspect | Value |
---|---|
Endpoint URL | /api/etsi/nsd/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/nsd/v2/subscriptions/d53364e3-615a-49f4-b99e-c34b690f8926.
Request data example
None
Response codes
HTTP status code | Description |
---|---|
204 | When the "Individual subscription" resource was deleted successfully. |
404 | When the "Individual subscription" resource does not exist in database or was deleted. |
4xx/5xx | In addition to the response codes defined in this table, any common error response codes. |
Response headers
None
Response data
None