Tears down the instance. Requires vpn:delete scope.
vpn:delete
cURL
curl --request DELETE \ --url https://api.altostrat.io/instances/{instance} \ --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 to delete
Deleted successfully (no content)
Was this page helpful?