Hi!
I want to delete VM management rights from a user with API.
The transfer works, but I can't find a way to transfer it anywhere.
What am I trying to do:
$data = [
'path' => '/vms/104',
'users' => 'user@pve',
'roles' => 'PVEVMUser',
];
$proxmox->delete('/access/acl/', $data);
I tried without the 'roles', but it still doesn't work.
Anyone have any tips on how to do it?
I want to delete VM management rights from a user with API.
The transfer works, but I can't find a way to transfer it anywhere.
What am I trying to do:
$data = [
'path' => '/vms/104',
'users' => 'user@pve',
'roles' => 'PVEVMUser',
];
$proxmox->delete('/access/acl/', $data);
I tried without the 'roles', but it still doesn't work.
Anyone have any tips on how to do it?