Altostrat Studio is here — the AI-native network operations IDE for engineers running production. Terminal, diagrams, runbooks, and Copilot in one workspace. Get started →
curl --request DELETE \
--url https://v1.api.altostrat.io/vpn/instances/{instanceId}/peers/{peerId} \
--header 'Authorization: Bearer <token>'{
"type": "invalid_request_error",
"code": "parameter_missing",
"message": "The 'name' parameter is required for this request.",
"doc_url": "https://docs.altostrat.io/errors/parameter_missing"
}Permanently removes a peer from a VPN instance. This revokes its access.
curl --request DELETE \
--url https://v1.api.altostrat.io/vpn/instances/{instanceId}/peers/{peerId} \
--header 'Authorization: Bearer <token>'{
"type": "invalid_request_error",
"code": "parameter_missing",
"message": "The 'name' parameter is required for this request.",
"doc_url": "https://docs.altostrat.io/errors/parameter_missing"
}Documentation Index
Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Enter your bearer token in the format: Bearer {token}
The unique identifier (UUID) for the VPN instance.
"d290f1ee-6c54-4b01-90e6-d701748f0851"
The unique identifier (UUID) for the peer.
"550e8400-e29b-41d4-a716-446655440000"
The peer was deleted successfully.
Was this page helpful?