Unable To Remove Assigned IP After Deauthorize and Delete A Member Via Zerotier One localhost:9993 API #109
-
Hi all, I would like to deauthorize and delete a member via Zerotier localhost:9993 API as mentioned in https://docs.zerotier.com/self-hosting/network-controllers/. Unfortunately, the API unable to remove assgined IP (In this case 10.1.1.200). Steps To Reproduce The Error:
POST Deauthorize Member API Details:
DELETE Member API Details:
GET Member API Details:
After I've deleted a member, there is no way I could delete the assigned IP anymore. Any solution to solve this issue via API only? So that previously assigned IP could assign to new member ID. Related:
Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello, @jerrychong25. This issue is not related to the ZeroUI project, but the ZeroTier Controller itself. |
Beta Was this translation helpful? Give feedback.
-
Hi @dec0dOS , Found the solution. POST API can clear previously assgined IPs and deauthorize a member ID via following ways:
Just set ipAssignments as empty array will clear all previous assgined IPs. Thanks for helping! |
Beta Was this translation helpful? Give feedback.
Hi @dec0dOS ,
Found the solution.
POST API can clear previously assgined IPs and deauthorize a member ID via following ways:
Just set ipAssignments as empty array will clear all previous assgined IPs.
Thanks for helping!