Remove VPN Config
Remove VPN Configuration¶
Removes an imported VPN exit configuration from the system.
Parameters:
| Parameter | Required | Description |
|---|---|---|
exit_name |
Yes | Name of the VPN configuration to remove |
Response Model: RemoveConfigResult
| Field | Type | Description |
|---|---|---|
removed |
string | Name of removed configuration |
was_active |
boolean | Configuration was active before removal |
message |
string | Result message |