Deleting VPN services
DELETE /v2.0/vpn/vpnservices/{service_id}
Delete a VPN service.
If the service has connections, the request is rejected.
Request
Parameters
Name | In | Type | Description |
---|---|---|---|
service_id
|
path | string | The ID of the VPN service. |
Example
# curl -ks -X DELETE -H 'Content-Type: application/json' -H 'X-Auth-Token: gAAAAA<...>' \ https://<node_IP_addr>:9696/v2.0/vpn/vpnservices/d6116b75-db78-4d07-9911-226b4655838a
Response
Status codes
Success
Code | Reason |
---|---|
204 - No Content
|
The server has fulfilled the request. |
Error
Code | Reason |
---|---|
401 - Unauthorized
|
User must authenticate before making a request. |
404 - Not Found
|
The requested resource could not be found. |
409 - Conflict
|
This operation conflicted with another operation on this resource. |