From my understanding there is no bug here. The correct usage of that function should be
``` ID_LINK=$(maas admin interface read <your_machine_id> <your_interface_id> | jq ".links[].id") maas admin interface unlink-subnet <your_machine_id> <your_interface_id> id=$ID_LINK ```
and then your interface should be unlinked. Could you confirm?
From my understanding there is no bug here. The correct usage of that function should be
```
ID_LINK=$(maas admin interface read <your_machine_id> <your_interface_id> | jq ".links[].id")
maas admin interface unlink-subnet <your_machine_id> <your_interface_id> id=$ID_LINK
```
and then your interface should be unlinked. Could you confirm?