20 Jul
2024
20 Jul
'24
8:27 p.m.
Hi. I'm able to remove a list moderator through the REST interface:
dump_json('BASE_URL/3.1/lists/LIST_NAME/roster/moderator') ... find the correct member_id from the output dump_json('BASE_URL/3.1/members/MEMBER_ID', method='DELETE')
If I know the moderator's email address, is there a way to do this in a python function?
Thanks, Steve