We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394561f commit dac1468Copy full SHA for dac1468
1 file changed
source/includes/cloudstack/_vpn_users.md
@@ -58,3 +58,13 @@ Attributes |
58
---------- | -----
59
`id`<br/>*UUID* | The id of the remote access VPN user
60
`username`<br/>*string* | The VPN user's username
61
+
62
+#### Delete a VPN user
63
+```shell
64
+curl -X DELETE \
65
+ -H "MC-Api-Key: your_api_key" \
66
+ "https://cloudmc_endpoint/v1/services/compute-on/test_area/vpnusers/5de76bf5-9f61-487a-a989-042b52882da4"
67
+```
68
+<code>DELETE /services/<a href="#administration-service-connections">:service_code</a>/<a href="#administration-environments">:environment_name</a>/vpnusers/:id</code>
69
70
+Delete an existing remote access VPN user.
0 commit comments