Skip to content

Commit dac1468

Browse files
committed
Updated docs for DELETE remote access vpn users
1 parent 394561f commit dac1468

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

source/includes/cloudstack/_vpn_users.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,13 @@ Attributes |  
5858
---------- | -----
5959
`id`<br/>*UUID* | The id of the remote access VPN user
6060
`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

Comments
 (0)