Re: API command for ACL Delete

2021-05-27 Thread Rhodri Jones
For the python client I need to have mailbox="something" user="something" id="something" otherwise I get the invalid parameter message. ** On 27/05/2021 13:26, Aki Tuomi wrote: On 27/05/2021 15:13 Rhodri Jones wrote: I asked previously for info about the API options for doveadm acl delete

Re: API command for ACL Delete

2021-05-27 Thread Aki Tuomi
> On 27/05/2021 15:13 Rhodri Jones wrote: > > > I asked previously for info about the API options for doveadm acl delete but > I think my question was misunderstood. > > I want to know the command I would use (with curl for instance) that > corresponds with: > > doveadm acl delete -u INBO

API command for ACL Delete

2021-05-27 Thread Rhodri Jones
I asked previously for info about the API options for doveadm acl delete but I think my question was misunderstood. I want to know the command I would use (with curl for instance) that corresponds with: doveadm acl delete -u INBOX user= Using the python client for doveadm http API I can see

Re: API command for ACL Delete

2021-05-26 Thread Aki Tuomi
> On 26/05/2021 16:12 Rhodri Jones wrote: > > > Can anyone tell me how to do the following using the API. > > doveadm acl get -u INBOX > > doveadm acl delete -u INBOX user=$user > > Are the ACL API options documented somewhere? > > Thanks > -- https://wiki2.dovecot.org/Tools/Doveadm/AC

API command for ACL Delete

2021-05-26 Thread Rhodri Jones
Can anyone tell me how to do the following using the API. doveadm acl get -u INBOX doveadm acl delete -u INBOX user=$user Are the ACL API options documented somewhere? Thanks --