27 May
2021
27 May
'21
3:13 p.m.
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 <targetmailbox> INBOX user=<targetuser>
Using the python client for doveadm http API I can see the valid parameters but I don't seem to be able to get the correct syntax.
(doveadm) aclDelete ? invalid parameter: ? valid parameters for aclDelete: - userFile (string) - allUsers (boolean) - mailbox (string) - user (string) - socketPath (string) - id (string) --