This function removes an account's mailing list administrative privileges.
uapi --output=jsonpretty \ --user=username \ Email \ remove_mailman_delegates \ list='mylist' \ delegates='user@example.com,admin@example.com'
{- "apiversion": 3,
- "func": "remove_mailman_delegates",
- "module": "Email",
- "result": {
- "data": {
- "delegates": [
- "secondadmin@example.com"
], - "metadata": {
- "transformed": null
}
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}