<html>I asked previously for info about the API options for doveadm acl delete but I think my question was misunderstood.<br /><br />I want to know the command I would use (with curl for instance) that corresponds with:<br /><br />doveadm acl delete -u <targetmailbox> INBOX user=<targetuser><br /><br />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.<br /><br />(doveadm) aclDelete ?<br />invalid parameter: ?<br />valid parameters for aclDelete:<br /> - userFile (string)<br /> - allUsers (boolean)<br /> - mailbox (string)<br /> - user (string)<br /> - socketPath (string)<br /> - id (string)<br />-- <br /> </html>