Removes a peer from the instance. Requires vpn:delete scope.
vpn:delete
cURL
curl --request DELETE \ --url https://api.altostrat.io/instances/{instance}/peers/{peer} \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
UUID of the instance
The peer's uuid field
Peer deleted successfully
Was this page helpful?