jadolg/outline-vpn-api

Delete

Closed this issue · 1 comments

How can I delete for example users with ID 2 or name "user1" ?

Thank you

There's a delete method you can use with the ID

client = OutlineVPN(api_url="https://127.0.0.1:51083/xlUG4F5BBft4rSrIvDSWuw")
client.delete_key(key_id)