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

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

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 --